Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
- add pip install step to build job
  • Loading branch information
Carsten Fortmann-Grote committed Mar 21, 2024
1 parent ce17a8a commit 290ea68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
needs: test
if: github.ref == 'refs/heads/CICD'
steps:
- name: Install development dependencies
run: |
pip install -r requirements/dev.txt
- name: bumpversion
run: |
bumpversion build
Expand Down

0 comments on commit 290ea68

Please sign in to comment.