Skip to content

Commit

Permalink
install httpx in steps
Browse files Browse the repository at this point in the history
om de tests te kunnen runnen, over het hoofd gezien
  • Loading branch information
safouuwa committed Nov 9, 2024
1 parent 787f156 commit 9c48e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install pytest httpx
- name: Run Python unit tests
run: |
pytest

0 comments on commit 9c48e5f

Please sign in to comment.