Skip to content

Commit eddcf32

Browse files
committed
Setup python
1 parent 8b243f2 commit eddcf32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-binaries-windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
- name: Setup crlf
1919
run: |
2020
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
2127
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
2228
- run: |
2329
subst S: ${{ github.workspace }}

0 commit comments

Comments
 (0)