Skip to content

Commit

Permalink
ci: add pip install step
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Aug 19, 2024
1 parent 6f4c2f2 commit 88a38a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pydep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
environment-name: prod
cache-environment: true

- name: Install Python Dependencies via pip
run: python -m pip install -r pip_requirements.txt

- name: Setup paths
run: sh .github/setuppaths.sh

Expand Down

0 comments on commit 88a38a4

Please sign in to comment.