1 parent 63e4650 commit bd6aa3eCopy full SHA for bd6aa3e
2 files changed
.github/workflows/draft-pdf.yml
.github/workflows/python-app.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- os: [windows-latest]
+ os: [windows-latest, macos-latest]
16
python-version: ['3.12']
17
18
steps:
@@ -24,10 +24,6 @@ jobs:
24
with:
25
python-version: '3.12'
26
27
- - run: |
28
- python --version
29
- python -m pip --version
30
-
31
- name: Install FFTW via Homebrew
32
# https://github.com/waltsims/k-wave-python/issues/549
33
if: runner.os == 'macos'
0 commit comments