Skip to content

Commit

Permalink
bugfix: install from correct requirements file (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmilthaler committed Jul 25, 2023
1 parent a75dece commit f513a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install dependencies
run: |
pip install -r requirements_ci.txt # Adjust as per your project's requirements
pip install -r requirements_test.txt
- name: Automated versioning and committing changes
id: auto_version
Expand Down

0 comments on commit f513a97

Please sign in to comment.