Skip to content

Commit 63e4650

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

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/python-app.yml

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

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

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

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

0 commit comments

Comments
 (0)