Skip to content

Commit

Permalink
Added tox to run on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
soimkim committed Oct 13, 2024
1 parent e1ab110 commit 40792d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
envPAT: ${{ secrets.GITHUB_TOKEN }}

build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.11]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 40792d2

Please sign in to comment.