We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050aac5 commit 2a4f475Copy full SHA for 2a4f475
1 file changed
.github/workflows/ci.yml
@@ -14,8 +14,6 @@ jobs:
14
python-version: '3.8'
15
- name: Bootstrap environment
16
run: |
17
- sudo apt update
18
- sudo apt install python3-venv make
19
make dev
20
- name: Lint
21
@@ -36,8 +34,6 @@ jobs:
36
34
python-version: ${{ matrix.python-version }}
37
35
- name: Bootstrap test environment
38
39
40
41
42
- name: Test
43
0 commit comments