We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0e953 commit 41fc8ffCopy full SHA for 41fc8ff
1 file changed
.github/workflows/issue1050.yml
@@ -10,10 +10,10 @@ jobs:
10
steps:
11
- name: Checkout code
12
uses: actions/checkout@v4
13
- - name: Install Python and pip
+ - name: Install Python and pip on Windows
14
run: |
15
- sudo apt-get update
16
- sudo apt-get install python3.13 python3-pip
+ choco install python --version=3.13
+ python -m pip install --upgrade pip
17
18
- name: Set up Python
19
uses: gowridurgad/setup-python@v5
0 commit comments