Skip to content

Commit fa1e9f6

Browse files
authored
Update win-selfinstall-test.yml
1 parent 94398d5 commit fa1e9f6

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
@@ -50,10 +50,10 @@ jobs:
5050
shell: bash
5151
run: |
5252
cd c:/ProgramData/gsas2new
53-
Scripts\activate
53+
Scripts/activate
5454
where python
5555
python -VV
56-
conda install pytest -y
56+
conda install -y pytest
5757
python -m pytest
5858
5959
# #python -v -c "import sys; print(sys.path)"

0 commit comments

Comments
 (0)