Skip to content

Commit

Permalink
fixed test yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhroom committed Aug 9, 2024
1 parent 1178e0c commit 19c1767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration_tests.yaml
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]
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
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

0 comments on commit 19c1767

Please sign in to comment.