Skip to content

Commit b545f48

Browse files
CI: install task
1 parent a42a6b4 commit b545f48

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: Install task to make use of Taskfile.yml
22+
run: |
23+
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
24+
task --version
2125
- name: Install dependencies
2226
run: |
2327
task dependencies

0 commit comments

Comments
 (0)