Skip to content

Commit bd6aa3e

Browse files
committed
github action bug fix
1 parent 63e4650 commit bd6aa3e

2 files changed

Lines changed: 1 addition & 29 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/python-app.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
os: [windows-latest]
15+
os: [windows-latest, macos-latest]
1616
python-version: ['3.12']
1717

1818
steps:
@@ -24,10 +24,6 @@ jobs:
2424
with:
2525
python-version: '3.12'
2626

27-
- run: |
28-
python --version
29-
python -m pip --version
30-
3127
- name: Install FFTW via Homebrew
3228
# https://github.com/waltsims/k-wave-python/issues/549
3329
if: runner.os == 'macos'

0 commit comments

Comments
 (0)