Skip to content

Commit

Permalink
Try with older CI (no change in faulthandler)
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Jan 8, 2024
1 parent c32f41c commit 10ed795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
test:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest]
py3version: ["9", "10", "11"]
fail-fast: false
uses: arup-group/actions-city-modelling-lab/.github/workflows/python-install-lint-test.yml@try-python--m-pytest
uses: arup-group/actions-city-modelling-lab/.github/workflows/python-install-lint-test.yml@bf00346490f8547340c83a58942942bc8458f428
with:
os: ${{ matrix.os }}
py3version: ${{ matrix.py3version }}
Expand Down

0 comments on commit 10ed795

Please sign in to comment.