Skip to content

Commit 9da34ba

Browse files
authored
Update test.yaml
1 parent 6847a04 commit 9da34ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

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+
1418
- name: Create Version file
1519
run: |
1620
echo VERSION = \"`git describe --always --abbrev=8 --dirty --tags`\" > version.py

0 commit comments

Comments
 (0)