Skip to content

Commit

Permalink
pip install needed
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Jan 16, 2025
1 parent 20552db commit 392af43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install
- name: Run non user endpoints integration tests
run: |
python -m unittest discover -v tests/integration/non_user_endpoints
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install
- name: Run unit tests
run: |
python -m unittest discover -v tests/unit

0 comments on commit 392af43

Please sign in to comment.