Skip to content

Commit

Permalink
fix(ci): install PIP packages before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TAnas0 committed Sep 27, 2024
1 parent 620fe8b commit 99963bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
--health-retries=5
steps:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
env:
POSTGRES_HOST: 127.0.0.1
Expand Down

0 comments on commit 99963bd

Please sign in to comment.