Skip to content

Commit

Permalink
Add macos to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai committed Dec 11, 2023
1 parent ff5f024 commit 07d3bea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
pkg
eco
py311-devel
platforms: linux,macos

build:
name: ${{ matrix.name }}
Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:
~/.cache/pre-commit
key: pre-commit-${{ matrix.name || matrix.passed_name }}-${{ hashFiles('.pre-commit-config.yaml') }}
- name: Install system dependencies
if: ${{ matrix.os == 'linux' }}
# remove broken .deb ansible and replace with pip version:
# https://github.com/actions/virtual-environments/issues/3001
run: |
Expand Down

0 comments on commit 07d3bea

Please sign in to comment.