Skip to content

Commit

Permalink
ci: temporarely remove mac-os from GA
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Nov 24, 2024
1 parent 5b5ae59 commit a7b945f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
platform: [ ubuntu-latest, macos-13 ]
platform: [ ubuntu-latest, ] # macos-13 ]
python-version: ["3.9", "3.10", "3.11"]

runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion environment-dev-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- pyfftw
- pywavelets
- sympy
- astra-toolbox
- matplotlib
- ipython
- pytest
Expand All @@ -26,7 +27,6 @@ dependencies:
- isort
- black
- pip:
- astra-toolbox
- devito
- dtcwt
- scikit-fmm
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- pyfftw
- pywavelets
- sympy
- astra-toolbox
- matplotlib
- ipython
- pytest
Expand All @@ -27,7 +28,6 @@ dependencies:
- isort
- black
- pip:
- astra-toolbox
- devito
- dtcwt
- scikit-fmm
Expand Down

0 comments on commit a7b945f

Please sign in to comment.