Skip to content

Commit

Permalink
build(ci-cd): remove task installation
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanome authored Sep 25, 2023
1 parent 7fe0f37 commit a19ee7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Install Task
uses: arduino/setup-task@v1
with:
version: 3.x`
repo-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Install Task
# uses: arduino/setup-task@v1
# with:
# version: 3.x`
# repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Run task "ci-cd-checks" from Taskfile.yml
run: poetry run task ci-cd-checks
Expand Down

0 comments on commit a19ee7f

Please sign in to comment.