Skip to content

Commit

Permalink
💚 Setuptools SCM is unable to detect the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Sep 28, 2023
1 parent df9a21d commit 7663653
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
- name: Run Tests
shell: bash -l {0}
run: |
SETUPTOOLS_SCM_DEBUG=1 python -m setuptools_scm
python -m setuptools_scm
if [[ ! -e zcollection/version.py ]]; then
echo "__version__ = '$(git describe --tags --always)'" > zcollection/version.py
fi
pytest -v -ra --processes
s3-fs:
Expand Down

0 comments on commit 7663653

Please sign in to comment.