File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments