Skip to content

Commit 40792d2

Browse files
committed
Added tox to run on macOS
1 parent e1ab110 commit 40792d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
envPAT: ${{ secrets.GITHUB_TOKEN }}
1515

1616
build:
17-
runs-on: ubuntu-latest
1817
strategy:
1918
matrix:
2019
python-version: [3.8, 3.11]
20+
os: [ubuntu-latest, macos-latest]
21+
runs-on: ${{ matrix.os }}
2122
steps:
2223
- uses: actions/checkout@v3
2324
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)