File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments