Skip to content

Commit 34b839e

Browse files
CI: install task
1 parent a42a6b4 commit 34b839e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
check-latest: true
21+
- name: Set up task
22+
run: |
23+
curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.deb.sh' | sudo -E bash
24+
apt install task
2125
- name: Install dependencies
2226
run: |
2327
task dependencies

0 commit comments

Comments
 (0)