Skip to content

Commit

Permalink
debug hang
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jun 24, 2024
1 parent 5d0922d commit ade2851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macOS-12, macOS-14]
standalone: [false, true]
os: [ubuntu-22.04]
standalone: [false]
float_dtype_32: [false, true]
python-version: ["${{ needs.get_python_versions.outputs.max-python }}"]
include:
- os: ubuntu-22.04
standalone: false
python-version: "${{ needs.get_python_versions.outputs.min-python }}"
float_dtype_32: false
- os: ubuntu-22.04
standalone: true
python-version: "${{ needs.get_python_versions.outputs.min-python }}"
float_dtype_32: false

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions dev/continuous-integration/run_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"term",
"--cov-config",
os.path.join(os.environ["GITHUB_WORKSPACE"], ".coveragerc"),
"-vv",
]

if standalone:
Expand Down

0 comments on commit ade2851

Please sign in to comment.