Skip to content

Commit

Permalink
Ray doesn't work on windows and python 3.10 and 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcth committed May 28, 2024

Verified

This commit was signed with the committer’s verified signature.
mgcth Mladen Gibanica
1 parent 8e05a5a commit e47a29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-action-test.yaml
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.10"]
os: [ubuntu-latest, macos-latest]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v2

0 comments on commit e47a29c

Please sign in to comment.