Skip to content

Commit 13a46cf

Browse files
committed
Fixes for pipe
1 parent 1644235 commit 13a46cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v3
3838
- 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
39+
sudo apt-get update -y
40+
sudo apt-get install -y enchant-2 hunspell-ru hunspell-es hunspell-de-de hunspell-fr hunspell-pt-pt curl
4141
pip install uv
4242
uv sync --group dev
4343
- run: uv run pytest -n3 . --cov-report=xml --cov-report=html

0 commit comments

Comments
 (0)