diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52081f3..3627eb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,6 @@ jobs: python-version: '3.10' cache: 'poetry' - run: | - poetry env use "3.10" - poetry install --no-interaction + poetry env use "3.10" + poetry install --no-interaction - run: poetry run inv tests