We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7412050 commit afe2b71Copy full SHA for afe2b71
1 file changed
.github/workflows/windowscompile.yml
@@ -16,10 +16,11 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v4
18
with:
19
- python-version: '3.x' # Adjust as necessary
+ python-version: '3.12' # Adjust as necessary
20
21
- name: Install dependencies
22
run: |
23
+ python -m pip install --upgrade pip
24
pip install -r requirements.txt
25
26
- name: Build
0 commit comments