Skip to content

Commit

Permalink
os test edit: only run on ubuntu and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Sep 19, 2023
1 parent b9f4578 commit 7b6eb43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run_tests_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ jobs:
run-tests:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
# os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
# python-version: ["3.8", "3.10"]
python-version: ["3.10"] # run less in parallel to avoid download problems??
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 7b6eb43

Please sign in to comment.