diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08fef706a..58bffa3d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,6 @@ jobs: uses: actions/checkout@v2 with: repository: rhayes777/PyAutoFit - ref: main_build path: PyAutoFit - name: Checkout PyAutoArray uses: actions/checkout@v2 @@ -51,11 +50,6 @@ jobs: export BRANCH="${{ steps.extract_branch.outputs.branch }}" for PACKAGE in ${PACKAGES[@]}; do pushd $PACKAGE - if [[ "$PACKAGE" == "PyAutoFit" && "$BRANCH" == "main" ]]; then - echo "Skipping branch override for PyAutoFit (keeping main_build)" - popd - continue - fi export existed_in_remote=$(git ls-remote --heads origin ${BRANCH}) if [[ -z ${existed_in_remote} ]]; then