Skip to content

Commit

Permalink
Attempted to speed up CI with some foss actions
Browse files Browse the repository at this point in the history
  • Loading branch information
markovejnovic committed Dec 4, 2023
1 parent 2805583 commit b46a454
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4

- name: Setup Poetry
uses: abatilo/actions-poetry@v2

- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y poetry
poetry install
- name: Build Lint and Test
Expand Down

0 comments on commit b46a454

Please sign in to comment.