Skip to content

Commit d7468fa

Browse files
committed
more on 3.12 self-tests
1 parent 3d395fe commit d7468fa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/win-gitstrap-selftest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: GSAS-II self-tests on Windows via gitstrap
33
on:
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']

.github/workflows/win_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: run self-tests on Windows
33
on:
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']
@@ -87,7 +87,7 @@ jobs:
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

0 commit comments

Comments
 (0)