Skip to content

Commit 892658d

Browse files
committed
fix for python install on self-hosted runners
1 parent b3bbdd4 commit 892658d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/reusable_codeql.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
# Windows doesn't recognize 'CMAKE_BUILD_TYPE', it uses '--config' param in build command
2727
extra_build_option: '-DCMAKE_BUILD_TYPE=Release'
2828
- os: windows-latest
29-
runs-on: ${{matrix.os}}
29+
30+
# TODO revert
31+
runs-on: ["DSS-CUDA", "${{matrix.os}}"]
3032

3133
steps:
3234
- name: Checkout repository
@@ -37,7 +39,7 @@ jobs:
3739
- name: Setup newer Python
3840
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
3941
with:
40-
python-version: "3.10"
42+
python-version: ">=3.10"
4143

4244
- name: Initialize CodeQL
4345
uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2

0 commit comments

Comments
 (0)