Skip to content

Commit

Permalink
Update sanity-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianboguszewski authored Nov 15, 2024
1 parent 91d93d6 commit a31716c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ permissions:
contents: read

env:
OS_LIST: ubuntu-latest,windows-latest,macos-latest
PYTHON_VERSIONS: '["3.11"]'
OS_LIST: ["ubuntu-latest", "windows-latest", "macos-latest"]
PYTHON_VERSIONS: ["3.11"]


jobs:
find-subprojects:
Expand Down

0 comments on commit a31716c

Please sign in to comment.