Skip to content

Commit

Permalink
Fix call flag order in CI installation (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Dec 18, 2024
2 parents d64e0b9 + 1ff3a69 commit 86e8724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
echo "CURRENT_VERSION=${CURRENT_VERSION}" >> $GITHUB_ENV
- name: Install CI libraries
run: |
python -m pip install -r --require-hashes CI/requirements_ci.txt
python -m pip install --require-hashes -r CI/requirements_ci.txt
- name: Conditional Bump
run: |
if [[ ${{ env.CURRENT_VERSION }} =~ -dev(\.\d+)? ]]; then
Expand Down

0 comments on commit 86e8724

Please sign in to comment.