Skip to content

Commit

Permalink
Merge pull request #8201 from OpenMined/disable-windows-tests
Browse files Browse the repository at this point in the history
disable syft notebook tests on windows
  • Loading branch information
shubham3121 authored Oct 30, 2023
2 parents 348385b + 53084cc commit 850e742
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-tests-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ jobs:
strategy:
max-parallel: 99
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
# Disable on windows until its flakyness is reduced.
# os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-13]
python-version: ["3.11"]
deployment-type: ["python"]
notebook-paths: ["tutorials"]
Expand Down

0 comments on commit 850e742

Please sign in to comment.