Skip to content

Commit

Permalink
Edit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
susuhahnml committed Nov 12, 2024
1 parent e37e995 commit ef1101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipsource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install prerequisites (wip)
if: ${{ github.event.inputs.wip == 'true' }}
run: |
python3 -m pip install --user --extra-index-url https://test.pypi.org/simple/ -r .github/requirements.txt
python3 -m pip install --user -r .github/requirements.txt
- name: Install prerequisites (release)
if: ${{ github.event.inputs.wip == 'false' }}
Expand Down

0 comments on commit ef1101e

Please sign in to comment.