Skip to content

Commit 3d5535a

Browse files
Run apt as root
1 parent cdac2d7 commit 3d5535a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Install dependencies
3939
run: |
40-
apt update && apt install just
40+
sudo apt update && sudo apt install just
4141
python -m pip install --upgrade pip
4242
pip install poetry poetry-audit-plugin pytest-cov pytest pytest-xdist
4343

0 commit comments

Comments
 (0)