Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
build: update tox and ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Feb 27, 2024
1 parent 55fb7c6 commit a165dda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
matrix:
os:
- ubuntu-20.04
python-version: [3.8, '3.8', '3.12']
python-version: ['3.8', '3.12']
toxenv: [py38, quality, django42]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38, 312}quality
envlist = py{38,312},quality

[testenv]
deps = -r{toxinidir}/requirements/test.txt
Expand Down

0 comments on commit a165dda

Please sign in to comment.