Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes action workflows #13

Merged
merged 14 commits into from
Aug 12, 2024
1 change: 1 addition & 0 deletions .github/workflows/integration_tests.yaml
alexhroom marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
python-version: [3.10, 3.11, 3.12]
alexhroom marked this conversation as resolved.
Show resolved Hide resolved
runs-on: ${{ matrix.os }}
steps:
- name: Set up Python version ${{ matrix.version }}
uses: actions/setup-python@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yaml
alexhroom marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand Down
Loading