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 6847a04 commit 9da34baCopy full SHA for 9da34ba
.github/workflows/test.yaml
@@ -11,6 +11,10 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
14
+ - name: Install Specific Setuptools Version
15
+ run: |
16
+ python -m pip install setuptools==71.1.0 # Avoid issue https://github.com/pypa/setuptools/issues/4518 in v72.x
17
+
18
- name: Create Version file
19
run: |
20
echo VERSION = \"`git describe --always --abbrev=8 --dirty --tags`\" > version.py
0 commit comments