Skip to content

Commit

Permalink
Revert "Update test.yaml"
Browse files Browse the repository at this point in the history
This reverts commit 9da34ba.
  • Loading branch information
mjfrisby committed Aug 12, 2024
1 parent 9da34ba commit de4b6ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Specific Setuptools Version
run: |
python -m pip install setuptools==71.1.0 # Avoid issue https://github.com/pypa/setuptools/issues/4518 in v72.x
- name: Create Version file
run: |
echo VERSION = \"`git describe --always --abbrev=8 --dirty --tags`\" > version.py
Expand Down

0 comments on commit de4b6ed

Please sign in to comment.