Skip to content

Commit

Permalink
minor: try to fetch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 5, 2023
1 parent 130cc29 commit 385b108
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements-dev.txt; fi
- name: Install pylops
run: |
git fetch --all --tags
python -m setuptools_scm
pip install .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 385b108

Please sign in to comment.