Skip to content

Commit 04c6a1a

Browse files
committed
Merge branch 'cbw' of github.com:jnolan14/surfa into cbw
2 parents 87ce199 + 5771686 commit 04c6a1a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
max-parallel: 5
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
14+
os: [ubuntu-22.04, ubuntu-24.04, macos-14, macos-15, macos-15-intel]
1515
python-version: ['3.8', '3.9', '3.10', '3.11']
1616

1717
steps:
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Display python and system info
2626
run: |
27-
python -c "import sys; print(f'python {sys.version}}')"
27+
python -c "import sys; print(f'python {sys.version}')"
2828
python -c "import platform; print(f'platform {platform.machine()}')"
2929
3030
- name: Install package
@@ -36,7 +36,7 @@ jobs:
3636
run : python -c "import surfa; print('surfa imported successfully')"
3737

3838
- name: Run tests
39-
working-directory: test
39+
#working-directory: test
4040
# simple test for now checking whether general import works
4141
# we should soon get some actual pytest scripts running
4242
run: |

0 commit comments

Comments
 (0)