Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit d2ba48e

Browse files
committed
try default python
1 parent 4019920 commit d2ba48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-windows-binaries-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ jobs:
9797
$ErrorActionPreference = 'Stop'
9898
conda create -yp $env:ENV_NAME python=${{ matrix.python_version }} numpy
9999
conda run -p $env:ENV_NAME $env:INSTALLATION
100-
conda run -p $env:ENV_NAME python3 ./test/smoke_test/smoke_test.py
100+
conda run -p $env:ENV_NAME python ./test/smoke_test/smoke_test.py

0 commit comments

Comments
 (0)