Skip to content

Commit

Permalink
Run tests on macos too.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Aug 14, 2024
1 parent 0c15611 commit cbb65cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
max-parallel: 20
matrix:
python-version: ["3.10"]
os: [ "ubuntu-latest", "macos-latest" ]

runs-on: ubuntu-latest
runs-on: ${{ matrix.config.os }}
env:
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: "python"
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}
Expand All @@ -35,7 +36,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: '**/requirements.txt'
cache-dependency-path: '**/pyproject.toml'
- name: Install dependencies
run: |
pip install -e '.[ci]'
Expand Down

0 comments on commit cbb65cd

Please sign in to comment.