Skip to content

Commit 2a4f475

Browse files
committed
ci.yml: remove apt install for venv and make
These packages are already installed. This makes apt update unneeded.
1 parent 050aac5 commit 2a4f475

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
python-version: '3.8'
1515
- name: Bootstrap environment
1616
run: |
17-
sudo apt update
18-
sudo apt install python3-venv make
1917
make dev
2018
- name: Lint
2119
run: |
@@ -36,8 +34,6 @@ jobs:
3634
python-version: ${{ matrix.python-version }}
3735
- name: Bootstrap test environment
3836
run: |
39-
sudo apt update
40-
sudo apt install python3-venv make
4137
make dev
4238
- name: Test
4339
run: |

0 commit comments

Comments
 (0)