Skip to content

Commit 646ce3d

Browse files
authored
Update win-selfinstall-test.yml
1 parent fa1e9f6 commit 646ce3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/win-selfinstall-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
if: always()
5050
shell: bash
5151
run: |
52-
cd c:/ProgramData/gsas2new
53-
Scripts/activate
52+
call c:/ProgramData/gsas2new/Scripts/activate
5453
where python
5554
python -VV
5655
conda install -y pytest
56+
cd c:/ProgramData/gsas2new
5757
python -m pytest
5858
5959
# #python -v -c "import sys; print(sys.path)"

0 commit comments

Comments
 (0)