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 d65d7e5 commit fd42084Copy full SHA for fd42084
.github/workflows/test.yml
@@ -30,7 +30,9 @@ jobs:
30
run: pip install -r requirements.txt
31
32
- name: Build and Install Python Extension 🛠️
33
- run: pip3 install src/
+ run: |
34
+ pip3 install --upgrade pip
35
+ pip3 install src/
36
37
- name: Run Benchmarks 📊
38
run: pytest tests/test_benchmark.py --verbose
requirements.txt
@@ -1,4 +1,4 @@
1
-Cython~=3.0.0
2
-pytest-benchmark~=5.0.0
3
-pytest~=8.3.0
4
-setuptools~=76.0.0
+Cython
+pytest
+pytest-benchmark
+setuptools
0 commit comments