Skip to content

Commit

Permalink
try to fix CI by making it deal with tags forcefully.
Browse files Browse the repository at this point in the history
Question is why this is a problem in the first place.
  • Loading branch information
Byron committed Jul 10, 2023
1 parent 5d45ce2 commit 947b8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python --version; git --version
git submodule update --init --recursive
git fetch --tags
git fetch --tags --force
pip install -r requirements.txt
pip install -r test-requirements.txt
Expand Down

0 comments on commit 947b8b7

Please sign in to comment.