We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186f2ef commit ab64b67Copy full SHA for ab64b67
.github/workflows/minimum.yml
@@ -21,7 +21,6 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- python -m pip install Cython==0.29.24
25
- python -m pip install invoke .[test] --no-build-isolation
+ python -m pip install invoke .[test]
26
- name: Test with minimum versions
27
run: invoke minimum
pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
40
"Chat" = "https://bit.ly/sdv-slack-invite"
41
42
[build-system]
43
-requires = ['setuptools', 'wheel']
+requires = ['setuptools', 'wheel', 'cython ~= 0.29.0']
44
build-backend = "setuptools.build_meta"
45
46
[project.optional-dependencies]
0 commit comments