Skip to content

Commit

Permalink
Merge branch 'main' into django-rq
Browse files Browse the repository at this point in the history
  • Loading branch information
krtko1 authored Oct 31, 2023
2 parents bbb91fc + bb446d1 commit 1f17244
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
python-version: "3.x"
- run: python -m pip install .[test]
- run: python -m pytest
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
with:
flags: ${{ matrix.os }}

Expand All @@ -89,7 +89,7 @@ jobs:
- run: python -m pip install .[test]
- run: python -m pip install django~=${{ matrix.django-version }}.0
- run: python -m pytest
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
with:
flags: py${{ matrix.python-version }}

Expand All @@ -115,7 +115,7 @@ jobs:
- run: python -m pip install .[test]
- run: python -m pip install django~=${{ matrix.django-version }}.0
- run: python -m pytest
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
with:
flags: dj${{ matrix.django-version }}

Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
run: sudo apt-get install -y redis-server
- run: python -m pip install .[test,${{ matrix.extras }}]
- run: python -m pytest
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
with:
flags: ${{ matrix.extras }}

Expand Down
2 changes: 1 addition & 1 deletion linter-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bandit==1.7.5
black==23.9.1
black==23.10.1
flake8==6.1.0
isort==5.12.0
pydocstyle[toml]==6.3.0

0 comments on commit 1f17244

Please sign in to comment.