From 879f293ea77ff9dfb7e30ff6a6efeceb9aff8e45 Mon Sep 17 00:00:00 2001 From: palewire Date: Sat, 11 Jan 2025 13:26:25 -0500 Subject: [PATCH] Hmm --- .github/workflows/continuous-deployment.yml | 2 +- Pipfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 205a59c7cf6..8ccb4ced2ac 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -57,7 +57,7 @@ jobs: - id: install-python-dependencies name: Install Python dependencies - run: pipenv sync --dev + run: pipenv install --dev shell: bash - id: cache-playwright diff --git a/Pipfile b/Pipfile index 4c58e323bc0..c8f3a0f1e05 100644 --- a/Pipfile +++ b/Pipfile @@ -23,6 +23,7 @@ spacy = "*" spectra = "*" "mastodon.py" = "*" sqlite-robotstxt = "*" +sqlean = "*" [dev-packages] pre-commit = "*"