Skip to content

Commit

Permalink
feat(ci): use arduino/setup-task to get taskfile
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
  • Loading branch information
AtomicFS authored and AtomicFS committed Sep 19, 2024
1 parent c9f52e4 commit 0b1146b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:
# Skip if pull_request_review on PR not made by a bot
steps:
- name: Install Taskfile
run: |
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
uses: arduino/setup-task@v2
- name: Setup python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 0b1146b

Please sign in to comment.