Skip to content

Commit

Permalink
Update qokit-python-only.yml
Browse files Browse the repository at this point in the history
add MacOs
  • Loading branch information
alex124585 authored Oct 4, 2024
1 parent d35d054 commit 57ab2aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/qokit-python-only.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: QOKit test (python simulator only)
name: QOKit test (python simulator only, Mac/Linux)

on: # workflow_dispatch
push:
Expand All @@ -12,11 +12,13 @@ on: # workflow_dispatch
jobs:
build:

runs-on: ubuntu-latest
name: Python ${{matrix.python-version}} on ${{matrix.os}}
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 57ab2aa

Please sign in to comment.