Skip to content

Commit

Permalink
ci(check): use external action for env/cache setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas authored Sep 25, 2023
1 parent f5179e8 commit 44b0bdb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ jobs:

- name: Checkout code
uses: actions/checkout@v3
- uses: ./.github/actions/setup-python-poetry
- name: "Setup Python, Poetry and Dependencies"
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: "${{ matrix.python-version }}"
poetry-version: "1.6.1"
- name: Install Task
run: |
sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
- name: Install dependencies
run: poetry install --no-interaction
- name: Run CI-CD-checks
run: poetry run task ci-cd-checks
Expand Down

0 comments on commit 44b0bdb

Please sign in to comment.