Skip to content

Commit 5dc6b29

Browse files
committed
a99902
1 parent 44ffb9c commit 5dc6b29

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-gpu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
run: New-Item -ItemType Directory -Force -Path $env:PIP_CACHE_DIR | Out-Null
4646

4747
- name: Discover & use Python 3.12
48+
shell: powershell
4849
run: |
4950
$candidates = @()
5051
if ($env:PY_DIR) { $candidates += $env:PY_DIR }
@@ -233,7 +234,7 @@ jobs:
233234
runs-on: [self-hosted, Windows, X64]
234235
needs: [tests-cpu]
235236
env:
236-
# كاش ثابت داخل مساحة العمل لتفادي مشاكل LOCALAPPDATA على الـ self-hosted
237+
237238
PIP_CACHE_DIR: ${{ github.workspace }}\_pip_cache
238239
steps:
239240
- name: Checkout

0 commit comments

Comments
 (0)