Skip to content

Commit 0ebef09

Browse files
committed
chore: Update Python version for tests to 3.11 & 3.12
From just 3.8
1 parent e8eac91 commit 0ebef09

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
os: [ ubuntu-20.04 ]
1616
python-version: [ '3.11','3.12' ]
17-
toxenv: [ quality, docs, pytest ]
1817
permissions:
1918
# Gives the action the necessary permissions for publishing new
2019
# comments in pull requests.
@@ -38,25 +37,4 @@ jobs:
3837
run: pip install -r requirements/ci.txt
3938

4039
- name: Run Tests
41-
env:
42-
TOXENV: ${{ matrix.toxenv }}
4340
run: tox
44-
45-
- name: Run coverage
46-
if: matrix.python-version == '3.11' && matrix.toxenv == 'django42'
47-
uses: py-cov-action/python-coverage-comment-action@v3
48-
with:
49-
GITHUB_TOKEN: ${{ github.token }}
50-
MINIMUM_GREEN: 90
51-
MINIMUM_ORANGE: 85
52-
ANNOTATE_MISSING_LINES: true
53-
ANNOTATION_TYPE: error
54-
55-
- name: Store Pull Request comment to be posted
56-
uses: actions/upload-artifact@v4
57-
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
58-
with:
59-
# If you use a different name, update COMMENT_ARTIFACT_NAME accordingly
60-
name: python-coverage-comment-action
61-
# If you use a different name, update COMMENT_FILENAME accordingly
62-
path: python-coverage-comment-action.txt

0 commit comments

Comments
 (0)