Skip to content

Commit d30b22d

Browse files
ci(workflow): add Python setup and update test execution command
1 parent 4ca87d2 commit d30b22d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/windows_x64_dev.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,19 @@ jobs:
1515

1616
- name: Setup MSVC
1717
uses: ilammy/msvc-dev-cmd@v1
18-
18+
1919
with:
2020
arch: x64
21+
22+
- name: Setup Python
23+
uses: actions/setup-python@v5
24+
with:
25+
python-version: '3.13'
2126

2227
- name: Configure CMake
2328
run: |
2429
cmake -B ${{ github.workspace }}/build -G "Visual Studio 17 2022"
2530
2631
- name: Run tests
2732
run: |
28-
.\scripts\run_test.py
33+
python scripts\run_test.py

0 commit comments

Comments
 (0)