diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd430bf..8f2abbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: matrix: os: [ ubuntu-latest ] python-version: [ 3.8, 3.11 ] - toxenv: [ py38, quality ] + toxenv: [ py, quality ] steps: - uses: actions/checkout@v2