We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b243f2 commit eddcf32Copy full SHA for eddcf32
.github/workflows/release-binaries-windows.yml
@@ -18,6 +18,12 @@ jobs:
18
- name: Setup crlf
19
run: |
20
git config --global core.autocrlf false
21
+ - name: Setup Python
22
+ id: setup-python
23
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
24
+ with:
25
+ python-version: '3.13'
26
+ pip-install: packaging psutil
27
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
28
- run: |
29
subst S: ${{ github.workspace }}
0 commit comments