File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
- name : Install dependencies
44
44
run : |
45
45
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
48
48
- name : Update translations
49
49
run : |
50
50
sh scripts/update.sh
73
73
needs : [update]
74
74
strategy :
75
75
matrix :
76
- branch : [ "3.11" ]
76
+ branch : [ "3.13", "3.12", "3. 11" ]
77
77
include :
78
- - branch : " 3.11 "
78
+ - branch : " 3.14 "
79
79
overwrite : true
80
80
runs-on : ubuntu-latest
81
81
steps :
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Install dependencies
102
102
run : |
103
103
sudo apt update -y && sudo apt install gettext -y
104
- pip3 install pomerge powrap
104
+ pip install pomerge powrap
105
105
- name : Merge overwriting on stable release branch
106
106
if : ${{ matrix.overwrite == true }}
107
107
run : |
You can’t perform that action at this time.
0 commit comments