Skip to content

Commit de4b6ed

Browse files
committed
Revert "Update test.yaml"
This reverts commit 9da34ba.
1 parent 9da34ba commit de4b6ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ 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-
1814
- name: Create Version file
1915
run: |
2016
echo VERSION = \"`git describe --always --abbrev=8 --dirty --tags`\" > version.py

0 commit comments

Comments
 (0)