Skip to content

Commit d564b0a

Browse files
committed
install mmcore
1 parent 65e9b31 commit d564b0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
27-
platform: [ubuntu-latest, macos-latest, windows-latest]
27+
platform: [macos-latest, windows-latest]
2828

2929
steps:
3030
- uses: actions/checkout@v4
@@ -42,6 +42,9 @@ jobs:
4242
# if running a cron job, we add the --pre flag to test against pre-releases
4343
python -m pip install .[test] ${{ github.event_name == 'schedule' && '--pre' || '' }}
4444
45+
- name: Install mmcore
46+
run: mmcore install
47+
4548
- name: 🧪 Run Tests
4649
run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing
4750

0 commit comments

Comments
 (0)