From 74e1d0720c8c0dc04b2976b3eee74289e0dadee0 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 22 Jun 2022 20:40:23 +0200 Subject: [PATCH] Fix GH action file --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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