We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8698f3 commit 5498854Copy full SHA for 5498854
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install -r requirements.txt pytest
+ pip install -r requirements.txt pytest cython
30
pip install -e .
31
- name: Test with pytest
32
0 commit comments