Skip to content

Commit 918cb95

Browse files
CI: install task
1 parent a42a6b4 commit 918cb95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
check-latest: true
21+
- name: Install task to make use of Taskfile.yml
22+
run: |
23+
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
2124
- name: Install dependencies
2225
run: |
2326
task dependencies

0 commit comments

Comments
 (0)