We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8847be1 commit 6bdc664Copy full SHA for 6bdc664
.github/workflows/test-installation.yaml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
fail-fast: false
33
matrix:
34
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
35
36
steps:
37
- name: Set up Python ${{ matrix.python-version }}
0 commit comments