diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 66affb5..9737cc4 100755 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -28,7 +28,7 @@ jobs: # jobs. We will have two jobs (test and publish) with multiple steps. - name: Install dependencies # install all dependencies run: | poetry config virtualenvs.create false --local - poetry run python -m pip install --upgrade pip wheel setuptools + python -m pip install --upgrade pip wheel setuptools # Because Poetry won't fix this https://github.com/python-poetry/poetry/issues/3433 python -m pip install "sgmllib3k (==1.0.0)" poetry install --all-extras