Skip to content

Commit

Permalink
Remove redundant pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Aug 16, 2022
1 parent 112344e commit 43d7326
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-with-pip.yml
Expand Up @@ -22,7 +22,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies and local packages
run: |
python -m pip install --upgrade pip
python -m pip install .
- name: Run tests
run: |
Expand Down

0 comments on commit 43d7326

Please sign in to comment.