Skip to content

Commit

Permalink
remove windows test because still nnunet error
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Nov 12, 2024
1 parent eab6dc6 commit 0197615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
run-tests:
strategy:
matrix:
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]
# 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 0197615

Please sign in to comment.