Skip to content

Commit

Permalink
Merge pull request #82 from EOA-team/test_release_no_win
Browse files Browse the repository at this point in the history
remove windows latest from test-release-candidate.yaml
  • Loading branch information
lukasValentin authored Oct 19, 2023
2 parents c9b9ec9 + 3a87b83 commit ba4fa19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python-version: ["3.11"]
include:
- os: macos-latest
Expand Down Expand Up @@ -142,4 +142,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository_url: https://test.pypi.org/legacy/

0 comments on commit ba4fa19

Please sign in to comment.