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

Commit42ec7da

Browse files
committed
ci: fix update
1 parenta726946 commit42ec7da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎.github/workflows/update.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
-name:Install dependencies
4444
run:|
4545
sudo apt update -y && sudo apt install gettext -y
46-
pip3 install --upgrade pip
47-
pip3 install -r requirements.txt -r cpython/Doc/requirements.txt
46+
pip install --upgrade pip
47+
pip install -r requirements.txt -r cpython/Doc/requirements.txt
4848
-name:Update translations
4949
run:|
5050
sh scripts/update.sh
@@ -73,9 +73,9 @@ jobs:
7373
needs:[update]
7474
strategy:
7575
matrix:
76-
branch:[ "3.11" ]
76+
branch:[ "3.13", "3.12", "3.11" ]
7777
include:
78-
-branch:"3.11"
78+
-branch:"3.14"
7979
overwrite:true
8080
runs-on:ubuntu-latest
8181
steps:
@@ -101,7 +101,7 @@ jobs:
101101
-name:Install dependencies
102102
run:|
103103
sudo apt update -y && sudo apt install gettext -y
104-
pip3 install pomerge powrap
104+
pip install pomerge powrap
105105
-name:Merge overwriting on stable release branch
106106
if:${{ matrix.overwrite == true }}
107107
run:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp