From: Oleg Broytman Date: Mon, 30 Aug 2021 22:47:45 +0000 (+0300) Subject: CI(GHActions): Come back to `tox` X-Git-Tag: 0.1.6~6 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=4bcaea43780624e1b852d7a6d05bb0d180dd3b94;p=m_librarian.git CI(GHActions): Come back to `tox` --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index c1d896d..e312f7d 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -55,4 +55,4 @@ jobs: - name: Run tox run: | python -c "import os; print(os.environ['TOXENV'])" - python -m tox + tox