Skip to content

Commit

Permalink
Disable windows installability test on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Sep 4, 2024
1 parent 952fbb2 commit 2a8ff2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
os: [ubuntu-latest, macos-latest] # windows-2019 fails due to too long paths
env:
NAME: Install-${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2a8ff2b

Please sign in to comment.