Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlik committed Apr 29, 2024
1 parent 273b4be commit 364f9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if [ ! -d .venv ]; then
python -m uv venv
fi
python -m uv pip install -e .[test]
python -m uv pip install --upgrade -e .[test]
python -m uv pip install "en-core-web-trf @ https://github.com/explosion/spacy-models/releases/download/en_core_web_trf-3.7.3/en_core_web_trf-3.7.3-py3-none-any.whl"
python -m uv pip install Django~="${{ matrix.django-version }}.0"
source .venv/bin/activate
Expand Down

0 comments on commit 364f9fd

Please sign in to comment.