Skip to content

Commit

Permalink
minor: add fetch of versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 5, 2023
1 parent 30d4217 commit 2a471d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements-dev.txt; fi
- name: Install pylops
run: |
git pull --tags
git fetch --tags
python -m setuptools_scm
pip install .
- name: Test with pytest
Expand Down

0 comments on commit 2a471d9

Please sign in to comment.