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 a0e907f commit 8ec9c69Copy full SHA for 8ec9c69
.github/workflows/tests-and-linters.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/setup-python@v4
33
with:
34
python-version: 3.12
35
- - run: pip install tox cython<3
+ - run: pip install tox "cython<3"
36
- run: make cythonize
37
- run: tox
38
env:
0 commit comments