Skip to content

Commit

Permalink
remove windows CI tests because of unresolved nnunet windows bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Aug 22, 2024
1 parent b53dd97 commit c90b5d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
run-tests:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# os: [ubuntu-latest, windows-latest, macos-latest] # fails on windows until https://github.com/MIC-DKFZ/nnUNet/issues/2396 is resolved
os: [ubuntu-latest, macos-latest]
python-version: ["3.10"]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit c90b5d9

Please sign in to comment.