We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1644235 commit 13a46cfCopy full SHA for 13a46cf
.github/workflows/pipeline.yml
@@ -36,8 +36,8 @@ jobs:
36
steps:
37
- uses: actions/checkout@v3
38
- run: |
39
- apt-get update -y
40
- apt-get install -y enchant-2 hunspell-ru hunspell-es hunspell-de-de hunspell-fr hunspell-pt-pt curl
+ sudo apt-get update -y
+ sudo apt-get install -y enchant-2 hunspell-ru hunspell-es hunspell-de-de hunspell-fr hunspell-pt-pt curl
41
pip install uv
42
uv sync --group dev
43
- run: uv run pytest -n3 . --cov-report=xml --cov-report=html
0 commit comments