Skip to content

Commit 947b8b7

Browse files
committed
try to fix CI by making it deal with tags forcefully.
Question is why this is a problem in the first place.
1 parent 5d45ce2 commit 947b8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python -m pip install --upgrade pip setuptools wheel
3333
python --version; git --version
3434
git submodule update --init --recursive
35-
git fetch --tags
35+
git fetch --tags --force
3636
3737
pip install -r requirements.txt
3838
pip install -r test-requirements.txt

0 commit comments

Comments
 (0)