Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit947b8b7

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 parent5d45ce2 commit947b8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp