Skip to content

Commit 9dcb5eb

Browse files
Jammy2211Jammy2211claude
authored
Check out PyAutoFit main instead of main_build in CI (#338)
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 f5e268d commit 9dcb5eb

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
@@ -53,11 +52,6 @@ jobs:
5352
export BRANCH="${{ steps.extract_branch.outputs.branch }}"
5453
for PACKAGE in ${PACKAGES[@]}; do
5554
pushd $PACKAGE
56-
if [[ "$PACKAGE" == "PyAutoFit" && "$BRANCH" == "main" ]]; then
57-
echo "Skipping branch override for PyAutoFit (keeping main_build)"
58-
popd
59-
continue
60-
fi
6155
export existed_in_remote=$(git ls-remote --heads origin ${BRANCH})
6256
if [[ -z ${existed_in_remote} ]]; then
6357
echo "Branch $BRANCH did not exist in $PACKAGE"

0 commit comments

Comments
 (0)