Skip to content

Commit

Permalink
Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jun 14, 2024
1 parent 65633df commit 607fe9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -e ".[test]"
- name: Lint
run: |
Expand All @@ -32,6 +33,7 @@ jobs:
uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -e ".[test]"
- name: Coverage
env:
Expand Down

0 comments on commit 607fe9f

Please sign in to comment.