diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 69b3515..368eedd 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -45,6 +45,8 @@ jobs: path: .venv - name: Run tests run: | + python -m pip install --upgrade pip + pip install poetry poetry config --list make test lint: @@ -64,5 +66,7 @@ jobs: path: .venv - name: Run linter run: | + python -m pip install --upgrade pip + pip install poetry poetry config --list make lint