Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 42ec7da

Browse files
committed
ci: fix update
1 parent a726946 commit 42ec7da

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)