X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/793c2b5f9f7c7ca267fbcab58d30997ac6b9497d..066aa9210ac7815cbb9b4a25075f54d614b0afc7:/.github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a13938..216b0ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,11 +45,12 @@ jobs: - name: Install tox run: | python -m pip install --upgrade pip - python -m pip install --upgrade 'tox<4.7' + python -m pip install --upgrade tox - name: Unit tests if: "!startsWith(matrix.python-version, 'pypy')" - run: tox -e ci-py -- -v --color=yes + run: + tox -e ci-py$(echo ${{ matrix.python-version }} | tr -d '.') -- -v --color=yes - name: Unit tests (pypy) if: "startsWith(matrix.python-version, 'pypy')"