Skip to content

Commit

Permalink
Update .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Sep 18, 2024
1 parent 00b4438 commit 679b3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install project dependencies
run: |
pip install --upgrade pip setuptools
pip install codecov 'pytest-httpbin>=2.1.0rc1' '.[tests]' '${{ matrix.urllib3-requirement }}'
pip install codecov '.[tests]' '${{ matrix.urllib3-requirement }}'
pip check
- name: Run online tests
Expand Down

0 comments on commit 679b3f0

Please sign in to comment.