Skip to content

Commit

Permalink
fix: switch pip specific version to --upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
oboulant committed Sep 17, 2021
1 parent b84df2c commit ea9d69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install ruptures
run: |
python -m pip install pip==21.0.1
python -m pip install --upgrade pip
python -m pip install .[test]
- name: Test with pytest
run: |
Expand Down

0 comments on commit ea9d69c

Please # to comment.