Skip to content

Commit

Permalink
fix: remove windows CI (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-r-santos authored Apr 9, 2024
1 parent 7ae19ef commit 10f024a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# Remove the noisy windows tests from matrix until figuring out the signals issue
# https://github.com/ipython/ipykernel/issues/713
# https://stackoverflow.com/questions/70841648/jupyter-reverts-signal-handler-to-default-when-running-next-cell
os: [ubuntu-latest, macos-latest]
pixi-version: ["0.18.0"]
python-version: ["38", "39", "310", "311", "312"]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 10f024a

Please sign in to comment.