We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae785a commit 94398d5Copy full SHA for 94398d5
.github/workflows/win-selfinstall-test.yml
@@ -24,7 +24,7 @@ jobs:
24
url: "https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases/download/v1.0.1/gsas2new-5804-Windows-x86_64.exe"
25
#target: download/
26
- name: find it
27
- shell: bash -el {0}
+ shell: bash
28
run: |
29
ls -R
30
@@ -40,16 +40,16 @@ jobs:
40
41
- name: GSAS-II find GSAS-II
42
if: always()
43
44
45
- cd c:\ProgramData\gsas2new
+ cd c:/ProgramData/gsas2new
46
ls
47
48
- name: try all tests
49
50
51
52
53
Scripts\activate
54
where python
55
python -VV
0 commit comments