Skip to content

Commit

Permalink
CI: GitHub: test on Mac OS as well
Browse files Browse the repository at this point in the history
Change-Id: Ifb8ba470765fc02e3367beeaf8f048da6fdad6d7
  • Loading branch information
jktjkt committed Jul 5, 2022
1 parent 706661d commit 6ad4593
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
telecominfraproject/oopt-gnpy:${{ steps.extract_tag_name.outputs.GIT_DESC }}
telecominfraproject/oopt-gnpy:latest
windows:
name: Tests on Windows
runs-on: windows-2019
other-platforms:
name: Tests on other platforms
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -108,5 +108,8 @@ jobs:
pytest -vv
strategy:
matrix:
python_version:
- "3.10"
include:
- os: windows-2019
python_version: "3.10"
- os: macos-12
python_version: "3.10"

0 comments on commit 6ad4593

Please sign in to comment.