Skip to content

Commit

Permalink
Use already-installed pip
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed May 13, 2024
1 parent fb798a5 commit 4288e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
run:
pip install brotlipy coverage pytest-cov codecov jinja2<3.0.0 itsdangerous<2.0.0

- name: Install warcio
Expand Down

0 comments on commit 4288e26

Please sign in to comment.