File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: GSAS-II self-tests on Windows via gitstrap
33on :
44 workflow_dispatch : # Allows running this workflow manually
55 # Runs on pushes targeting the default branch
6- # push:
7- # branches-ignore:
8- # - master
6+ push :
7+ branches-ignore :
8+ - master
99 # branches: ['main']
1010# pull_request:
1111# branches: ['main']
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: run self-tests on Windows
33on :
44 workflow_dispatch : # Allows running this workflow manually
55 # Runs on pushes targeting the default branch
6- push :
7- branches-ignore :
8- - master
6+ # push:
7+ # branches-ignore:
8+ # - master
99 # branches: ['main']
1010# pull_request:
1111# branches: ['main']
8787 if : always()
8888 shell : bash -el {0}
8989 run : |
90- conda create -n ntldd python=3.13 numpy=2.2 m2w64-ntldd-git
90+ conda create -n ntldd python=3.12 numpy=2.2 m2w64-ntldd-git
9191 conda activate ntldd
9292 #cd GSAS-II/GSASII-bin/win_64_p3.11_n1.26
9393 cd GSAS-II/GSASII-bin/win_64_p3.12_n2.2
You can’t perform that action at this time.
0 commit comments