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 3867dda commit c6a5864Copy full SHA for c6a5864
1 file changed
.github/workflows/actions.yml
@@ -6,8 +6,8 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python-version: [3.7, 3.8, 3.9, 3.10]
10
- poetry-version: [1.1.11]
+ python-version: ["3.7", "3.8", "3.9", "3.10"]
+ poetry-version: ["1.1.11"]
11
os: [ubuntu-18.04, macos-latest, windows-latest]
12
runs-on: ${{ matrix.os }}
13
steps:
0 commit comments