Skip to content

Commit

Permalink
Fix pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed May 23, 2022
1 parent b901b17 commit b75e341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build
shell: bash
run: |
pip install -U pip
python -m pip install -U pip
pip install -r requirements.txt pytest
make cython
pip install .
Expand Down

0 comments on commit b75e341

Please sign in to comment.