Skip to content

Commit

Permalink
minor: Workaround in GA to get right version with SCM
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 5, 2023
1 parent de821eb commit a98d826
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements-dev.txt; fi
- name: Install pylops
run: |
git fetch --tags
python -m setuptools_scm
pip install .
- name: Test with pytest
Expand Down

0 comments on commit a98d826

Please sign in to comment.