We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abba65e commit 9af71afCopy full SHA for 9af71af
1 file changed
.github/workflows/ci.yml
@@ -26,9 +26,9 @@ jobs:
26
python-version: ["3.7", "3.8", "3.9", "3.10"]
27
include:
28
- platform: macos-latest
29
- python-version: "3.9"
+ python-version: "3.10"
30
- platform: windows-latest
31
32
33
runs-on: ${{ matrix.platform }}
34
@@ -42,4 +42,4 @@ jobs:
42
pip install tox
43
tox -- --cov pytest_codeblocks --cov-report xml --cov-report term
44
- uses: codecov/codecov-action@v1
45
- if: ${{ matrix.python-version == '3.9' }}
+ if: ${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' }}
0 commit comments