Skip to content

Commit 3f8b3f0

Browse files
Jammy2211Jammy2211claude
authored
Check out PyAutoFit main instead of main_build in CI (#431)
PyAutoFit's main_build branch has been retired — origin/main now tracks the same tip, so the workflow no longer needs a special-case ref or the skip block that kept PyAutoFit on main_build during main-branch CI runs. Co-authored-by: Jammy2211 <JNightingale2211@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5ff390d commit 3f8b3f0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
uses: actions/checkout@v2
1919
with:
2020
repository: rhayes777/PyAutoFit
21-
ref: main_build
2221
path: PyAutoFit
2322
- name: Checkout PyAutoArray
2423
uses: actions/checkout@v2
@@ -51,11 +50,6 @@ jobs:
5150
export BRANCH="${{ steps.extract_branch.outputs.branch }}"
5251
for PACKAGE in ${PACKAGES[@]}; do
5352
pushd $PACKAGE
54-
if [[ "$PACKAGE" == "PyAutoFit" && "$BRANCH" == "main" ]]; then
55-
echo "Skipping branch override for PyAutoFit (keeping main_build)"
56-
popd
57-
continue
58-
fi
5953
export existed_in_remote=$(git ls-remote --heads origin ${BRANCH})
6054
6155
if [[ -z ${existed_in_remote} ]]; then

0 commit comments

Comments
 (0)