Skip to content

Commit dd47e8f

Browse files
committed
Removed mac from tests.
1 parent 3200f0d commit dd47e8f

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
test-with-docker:
5353
strategy:
5454
matrix:
55-
platform: [ubuntu-latest, macOS-latest, windows-latest]
55+
platform: [ubuntu-latest, windows-latest]
5656
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5757
runs-on: ${{ matrix.platform }}
5858
needs: flake8
@@ -69,11 +69,6 @@ jobs:
6969
pip install git+https://github.com/iris-hep/ast-language.git@e6470deb68529e1885a4bc46f781e2fe43a6f4c8
7070
pip install --no-cache-dir -e .[test,local]
7171
pip list
72-
- name: Install and start Docker on macOS
73-
if: matrix.platform == 'macOS-latest'
74-
run: |
75-
brew install colima docker qemu
76-
colima start --vm-type=qemu
7772
- name: Test with pytest
7873
run: |
7974
python -m pytest --docker

0 commit comments

Comments
 (0)