1 parent 38a54b6 commit 63e4650Copy full SHA for 63e4650
1 file changed
.github/workflows/python-app.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- os: [macos-latest, windows-latest, ubuntu-latest]
+ os: [windows-latest]
16
python-version: ['3.12']
17
18
steps:
@@ -24,6 +24,10 @@ 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