We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00b662 commit 44f5c50Copy full SHA for 44f5c50
.github/workflows/ci.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Download Python 3.9 source
48
run: |
49
- curl -o C:\python.tar.xz https://www.python.org/ftp/python/3.9.17/Python-3.9.17.tar.xz
+ curl -o C:\python.tar.xz https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tar.xz
50
51
- name: Extract Python 3.9 source directly into venv
52
shell: cmd
0 commit comments