Skip to content

Commit c2e3753

Browse files
committed
Try fixing syntax
1 parent c8c8fe9 commit c2e3753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/install-pypi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
jobs:
1919
test-pypi-install:
2020
name: Test PyPI install ${{ matrix.install-target }} (${{ matrix.python-version }}, ${{ matrix.os }})
21+
runs-on: "${{ matrix.os }}"
2122
strategy:
2223
fail-fast: false
2324
matrix:
@@ -26,9 +27,9 @@ jobs:
2627
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
2728
# Check both 'library' install and the 'application' (i.e. locked) install
2829
install-target: ["example-fgen-basic", "example-fgen-basic[locked]"]
29-
# TODO: consider adding other compilers to our matrix
30-
# (see https://github.com/fortran-lang/setup-fortran)
3130
toolchain:
31+
# TODO: consider adding other compilers to our matrix
32+
# (see https://github.com/fortran-lang/setup-fortran)
3233
- {compiler: gcc, version: 13}
3334
# # Only seems to be available on Mac for some reason,
3435
# # maybe it will be available when latest images are updated.
@@ -40,7 +41,6 @@ jobs:
4041
- pip-install-flags: "--no-binary example-fgen-basic"
4142
python-version: "3.11"
4243

43-
runs-on: "${{ matrix.os }}"
4444
steps:
4545
- name: Set up Python "${{ matrix.python-version }}"
4646
id: setup-python

0 commit comments

Comments
 (0)