From 78c19f0ff3f1ac3b4fa3517462f2579c4b7add66 Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Tue, 17 Sep 2024 19:18:31 +0200 Subject: [PATCH] feat(ci): use arduino/setup-task to get taskfile Signed-off-by: AtomicFS --- .github/workflows/pytest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ed075b5c..d6d9059c 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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: