Skip to content

Commit

Permalink
Remove explicit dependency on virtualenv (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiedxu authored Jun 18, 2023
1 parent ddf7039 commit 28f704c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Update lock file for dependencies
run: |
poetry update --with dev,pdf
- name: Load cached venv
id: cached-pip-wheels
uses: actions/cache@v3
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ colorama = ">=0.4.3"
requests = ">=2.24.0"
tqdm = ">=4.48.0"
pyyaml = ">=5.3.1"
virtualenv = ">=20.10.0"

[tool.poetry.group.pdf]
optional = true
Expand Down

0 comments on commit 28f704c

Please sign in to comment.