Skip to content

Commit

Permalink
fix coverage on master (#677)
Browse files Browse the repository at this point in the history
* change the order of dependencies installation to ensure that `urllib3` is not overwritten
  • Loading branch information
beliaev-maksim authored Oct 4, 2023
1 parent 0f54001 commit 9c0d1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ${{ matrix.requests-version }} ${{ matrix.urllib3-version }}
make install-deps
pip install ${{ matrix.requests-version }} ${{ matrix.urllib3-version }}
- name: Run Pytest
run: |
Expand Down

0 comments on commit 9c0d1ac

Please sign in to comment.