Skip to content

Commit

Permalink
Enable macos testing
Browse files Browse the repository at this point in the history
Fixes: #4100
  • Loading branch information
ssbarnea committed Jan 25, 2024
1 parent 8f7a5cc commit c0b2ea4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
pkg
eco
py311-devel
platforms: linux,macos
macos: minmax

build:
name: ${{ matrix.name }}
Expand Down Expand Up @@ -66,7 +68,9 @@ jobs:
path: |
~/.cache/pre-commit
key: pre-commit-${{ matrix.name || matrix.passed_name }}-${{ hashFiles('.pre-commit-config.yaml') }}
- name: Install system dependencies

- name: Install system dependencies (linux)
if: ${{ runner.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 c0b2ea4

Please sign in to comment.