From 28f704cfbb31ffac44d1cc218b7e1e684d5b7683 Mon Sep 17 00:00:00 2001 From: Edward Xu Date: Sun, 18 Jun 2023 13:27:18 +0200 Subject: [PATCH] Remove explicit dependency on `virtualenv` (#144) --- .github/workflows/ci.yml | 3 +++ pyproject.toml | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2922acb..f4e4369 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 0566bc5..03639e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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