We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d45ce2 commit 947b8b7Copy full SHA for 947b8b7
.github/workflows/pythonpackage.yml
@@ -32,7 +32,7 @@ jobs:
32
python -m pip install --upgrade pip setuptools wheel
33
python --version; git --version
34
git submodule update --init --recursive
35
- git fetch --tags
+ git fetch --tags --force
36
37
pip install -r requirements.txt
38
pip install -r test-requirements.txt
0 commit comments