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 9da34ba commit de4b6edCopy full SHA for de4b6ed
.github/workflows/test.yaml
@@ -11,10 +11,6 @@ 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