Skip to content

Commit b38dbd2

Browse files
authored
Update conda-build-test.yml to use PowerShell
1 parent 81557d5 commit b38dbd2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/conda-build-test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,19 @@ jobs:
2626
with:
2727
environment-file: conda/environment.yaml
2828
environment-name: uw-2.17
29+
init-shell:
30+
powershell
2931
# persist only for runs on this commit.
3032
#cache-environment-key: environment-${{ github.sha }}
3133
#cache-downloads-key: downloads-${{ github.sha }}
3234
#cache-environment: true
3335
#cache-downloads: true
3436

35-
- run: micromamba activate uw-2.17 | micromamba env list | micromamba list -v | pwd
37+
- name: lala
38+
run: micromamba activate uw-2.17 | micromamba env list | micromamba list -v | pwd
3639
#pip install . --no-build-isolation
3740
#pytest ./docs/pytests/tests.py ./docs/pytests/test_examples.py
38-
shell: micromamba-shell {0}
41+
shell: pwsh
42+
#shell: micromamba-shell {0}
3943
# name: Compile the code, run tests
4044

0 commit comments

Comments
 (0)