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 44ffb9c commit 5dc6b29Copy full SHA for 5dc6b29
1 file changed
.github/workflows/ci-gpu.yml
@@ -45,6 +45,7 @@ jobs:
45
run: New-Item -ItemType Directory -Force -Path $env:PIP_CACHE_DIR | Out-Null
46
47
- name: Discover & use Python 3.12
48
+ shell: powershell
49
run: |
50
$candidates = @()
51
if ($env:PY_DIR) { $candidates += $env:PY_DIR }
@@ -233,7 +234,7 @@ jobs:
233
234
runs-on: [self-hosted, Windows, X64]
235
needs: [tests-cpu]
236
env:
- # كاش ثابت داخل مساحة العمل لتفادي مشاكل LOCALAPPDATA على الـ self-hosted
237
+
238
PIP_CACHE_DIR: ${{ github.workspace }}\_pip_cache
239
steps:
240
- name: Checkout
0 commit comments