Skip to content

Commit

Permalink
Remove PEP517 isolation from sgmllib3k
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Mar 2, 2024
1 parent 604b594 commit 282380b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs: # jobs. We will have two jobs (test and publish) with multiple steps.
poetry config virtualenvs.create false --local
poetry run python -m pip install --upgrade pip wheel setuptools
# Because Poetry won't fix this https://github.com/python-poetry/poetry/issues/3433
poetry run python -m pip install --no-use-pep517 "sgmllib3k (==1.0.0)"
python -m pip install "sgmllib3k (==1.0.0)"
poetry install --all-extras
pip install pytest pylint coverage mypy coveralls
# python -m nltk.downloader punkt stopwords
Expand Down

0 comments on commit 282380b

Please sign in to comment.