Skip to content

Commit 775bc26

Browse files
committed
Revert "fix: try apt-update first"
This reverts commit 34c04f9.
1 parent 34c04f9 commit 775bc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install system dependencies
2121
run: |
2222
# dont run update, it is slow
23-
sudo apt-get update
23+
# sudo apt-get update
2424
sudo apt-get install -y --no-install-recommends \
2525
libxkbcommon-x11-0 \
2626
x11-utils \

0 commit comments

Comments
 (0)