Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jan 11, 2025
1 parent 49b7d9b commit 879f293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spacy = "*"
spectra = "*"
"mastodon.py" = "*"
sqlite-robotstxt = "*"
sqlean = "*"

[dev-packages]
pre-commit = "*"
Expand Down

0 comments on commit 879f293

Please sign in to comment.