We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdac2d7 commit 3d5535aCopy full SHA for 3d5535a
.github/workflows/test-pr.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Install dependencies
39
run: |
40
- apt update && apt install just
+ sudo apt update && sudo apt install just
41
python -m pip install --upgrade pip
42
pip install poetry poetry-audit-plugin pytest-cov pytest pytest-xdist
43
0 commit comments