We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a646f57 commit ba7ebb9Copy full SHA for ba7ebb9
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- python-version: [3.8.5]
+ python-version: [3.9]
24
ci_pattern:
25
- test_query.py::TestContentType
26
- test_query.py::TestSuccess
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
- python-version: [3.8]
steps:
- uses: actions/checkout@v2
.github/workflows/windows-ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
platform: [windows-latest]
runs-on: ${{ matrix.platform }}
0 commit comments