Skip to content

Commit 3fde348

Browse files
TEMP: try on ubunut and macos
1 parent da8b793 commit 3fde348

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/code.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: ["ubuntu-latest"] # can add windows-latest, macos-latest
14-
python: ["3.9", "3.10", "3.11", "3.12"]
15-
install: ["-e .[dev]"]
13+
# os: ["ubuntu-latest"] # can add windows-latest, macos-latest
14+
# python: ["3.9", "3.10", "3.11", "3.12"]
15+
# install: ["-e .[dev]"]
1616
# Make one version be non-editable to test both paths of version code
1717
include:
1818
- os: "ubuntu-latest"
1919
python: "3.8"
2020
install: ".[dev]"
21+
- os: "ubuntu-latest-arm"
22+
python: "3.12"
23+
install: ".[dev]"
24+
- os: "macos-latest"
25+
python: "3.12"
26+
install: ".[dev]"
2127

2228
runs-on: ${{ matrix.os }}
2329
container:

0 commit comments

Comments
 (0)