Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Test activate on windows #6

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from
Draft
Prev Previous commit
Next Next commit
Update .github/workflows/test.yml
Co-authored-by: Dave Hirschfeld <dave.hirschfeld@gmail.com>
wolfv and dhirschfeld authored Jun 12, 2020
commit b6beebd67321f490fc09684a5494f52ff686afa3
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
- name: init pwsh
run: conda init --system powershell
- name: Install Python
# shell: cmd
shell: powershell
# run: echo "%PATH%" && CALL activate.bat base && conda info && echo "%PATH%"
run: conda activate base && echo "$env:path"
- name: Install stuff