Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
skim2257 committed May 18, 2024
1 parent 5e3cc39 commit 8291564
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ jobs:

pip-squeak:
needs: cd
if: needs.cd.outputs.released == 'true'
# if: needs.cd.outputs.released == 'true'
runs-on: ubuntu-latest
steps:
- name: Checkout the code with tag ${{ needs.cd.outputs.tag }}
uses: actions/checkout@v3
with:
ref: ${{ needs.cd.outputs.tag }}
# - name: Checkout the code with tag ${{ needs.cd.outputs.tag }}
# uses: actions/checkout@v3
# with:
# ref: ${{ needs.cd.outputs.tag }}

- name: Set up Python 3.12
uses: actions/setup-python@v4
Expand Down

0 comments on commit 8291564

Please sign in to comment.