Skip to content

Commit 4bb9a36

Browse files
committed
pixi install: use gfortran on Win, include win in pixi self-test
1 parent 27c8877 commit 4bb9a36

File tree

4 files changed

+240
-1247
lines changed

4 files changed

+240
-1247
lines changed

.github/workflows/smoke_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
os:
2828
- name: 'ubuntu-22.04'
2929
- name: 'macos-latest'
30-
# windows build is broken; don't test for now
31-
# - name: 'windows-latest'
30+
- name: 'windows-latest'
3231
# cmd_extra: '-win'
3332
env: ['py310', 'py311', 'py312', 'py313']
3433
runs-on: ${{ matrix.os.name }}
@@ -45,7 +44,8 @@ jobs:
4544

4645
# run install to see if it works
4746
- name: Build
48-
run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}
47+
# run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}
48+
run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install
4949

5050
- name: test
5151
run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} test

.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']

0 commit comments

Comments
 (0)