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

Commit 507ec60

Browse files
Test CI window
1 parent 0a0b8b4 commit 507ec60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
if: runner.os == 'windows'
8383
shell: pwsh
8484
run: |
85-
$env:USERPROFILE\\Miniconda3\\Scripts\\conda.exe init
85+
8686
conda create -y -n ${{env.MODEL_NAME}} python=3.11
8787
8888
conda activate ${{env.MODEL_NAME}}

0 commit comments

Comments
 (0)