Skip to content

Commit 41fc8ff

Browse files
authored
Update issue1050.yml
1 parent fb0e953 commit 41fc8ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/issue1050.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v4
13-
- name: Install Python and pip
13+
- name: Install Python and pip on Windows
1414
run: |
15-
sudo apt-get update
16-
sudo apt-get install python3.13 python3-pip
15+
choco install python --version=3.13
16+
python -m pip install --upgrade pip
1717
1818
- name: Set up Python
1919
uses: gowridurgad/setup-python@v5

0 commit comments

Comments
 (0)