We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06146bc commit c871055Copy full SHA for c871055
.github/workflows/sanity-check.yml
@@ -10,7 +10,7 @@ permissions:
10
contents: read
11
12
env:
13
- OS_LIST: "ubuntu-latest, windows-latest, macos-latest"
+ OS_LIST: "ubuntu-latest,windows-latest,macos-latest"
14
PYTHON_VERSIONS: "3.11"
15
16
jobs:
0 commit comments