We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42a6b4 commit 918cb95Copy full SHA for 918cb95
.github/workflows/main.yml
@@ -18,6 +18,9 @@ jobs:
18
with:
19
python-version: ${{ matrix.python-version }}
20
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
- name: Install dependencies
25
run: |
26
task dependencies
0 commit comments