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 55920bd commit b02e201
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 @ https://github.com/kevin1024/pytest-httpbin/archive/refs/heads/test-on-3-13-and-pypy-3-10.zip' 'httpbin @ https://github.com/graingert/httpbin/archive/refs/heads/patch-1.zip' '.[tests]' '${{ matrix.urllib3-requirement }}'
pip install codecov 'pytest-httpbin>=2.1.0rc1' '.[tests]' '${{ matrix.urllib3-requirement }}'
pip check
- name: Run online tests
Expand Down

0 comments on commit b02e201

Please sign in to comment.