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 873627a commit 20552db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Run non user endpoints integration tests
run: |
python -m unittest discover -v tests/integration/non_user_endpoints

0 comments on commit 20552db

Please sign in to comment.