Skip to content

Commit

Permalink
chore: set manually a working version of pip for install
Browse files Browse the repository at this point in the history
  • Loading branch information
oboulant committed Apr 30, 2021
1 parent 2144831 commit 81214c0
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 @@ -27,7 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install ruptures
run: |
python -m pip install --upgrade pip
python -m pip install pip==21.0.1
python -m pip install .[test]
- name: Test with pytest
run: |
Expand Down

0 comments on commit 81214c0

Please # to comment.