Skip to content

Commit 20548ea

Browse files
committed
fix: remove flaky apt install step from ci workflow
1 parent b58010b commit 20548ea

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4
2424

25-
- name: Install git
26-
run: |
27-
apt-get update
28-
apt-get install -y git
29-
3025
- name: pre-commit tests
3126
uses: pre-commit/action@v3.0.1
3227

0 commit comments

Comments
 (0)