Skip to content

Commit

Permalink
Remove win build from ci-build.yml (#11)
Browse files Browse the repository at this point in the history
Currently dist generation with pybuilder fails on windows due to long path. Disabling Win build for now.
  • Loading branch information
mgkwill authored Nov 13, 2021
1 parent c1c197f commit ebf3bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
operating-system: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ebf3bbe

Please sign in to comment.