Skip to content

Commit 047209d

Browse files
committed
fix imports
1 parent 9dacf63 commit 047209d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
needs: build-and-publish
5252
strategy:
5353
matrix:
54-
os: [ubuntu-latest, windows-latest]
54+
os: [ubuntu-latest, macos-latest, windows-latest]
5555
python-version: ["3.10", "3.11", "3.12"]
5656

5757
runs-on: ${{ matrix.os }}
@@ -107,4 +107,4 @@ jobs:
107107
- name: Run tests with coverage
108108
run: |
109109
python --version
110-
pytest --cov=paint
110+
pytest --cov=paint --import-mode=importlib

0 commit comments

Comments
 (0)