Skip to content

Commit

Permalink
Revert bad commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi committed May 23, 2023
1 parent 084b68d commit 2d6a653
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/py-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:

jobs:
unit_tests_python_api:
runs-on: ubuntu-latest

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]

runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -38,13 +38,13 @@ jobs:
retention-days: 3

unit_tests_builder:
runs-on: ubuntu-latest

strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.10"]

runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 2d6a653

Please sign in to comment.