Skip to content

Commit

Permalink
[REMOVEME] check
Browse files Browse the repository at this point in the history
Signed-off-by: Omer Caspi <omer.caspi@gmail.com>
  • Loading branch information
omercsp committed Sep 13, 2024
1 parent 5b85883 commit bd47b73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
test:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
os: ["ubuntu-20.04", "macos-latest"]
# python-version: ["3.10", "3.11", "3.12"]
# os: ["ubuntu-20.04", "macos-latest"]
python-version: ["3.10"]
os: ["ubuntu-20.04"]
runs-on: ${{matrix.os}}
steps:
- name: Checkout
Expand Down

0 comments on commit bd47b73

Please sign in to comment.