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 7b800e9 commit 23f6cd5Copy full SHA for 23f6cd5
.github/workflows/python_package.yml
@@ -62,7 +62,8 @@ jobs:
62
- name: Install compilation dependencies [Python]
63
run: |
64
python -m pip install --upgrade pip
65
- pip install setuptools wheel setuptools-git-versioning>=2.0,<3
+ pip install setuptools wheel
66
+ pip install setuptools-git-versioning>=2.0,<3
67
- name: Compile
68
69
python setup.py bdist_wheel
0 commit comments