Skip to content

Commit

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

0 comments on commit 8467139

Please sign in to comment.