We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b901b17 commit b75e341Copy full SHA for b75e341
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build
29
shell: bash
30
run: |
31
- pip install -U pip
+ python -m pip install -U pip
32
pip install -r requirements.txt pytest
33
make cython
34
pip install .
0 commit comments