Skip to content

Commit

Permalink
consolidate boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 16, 2024
1 parent 672c2f4 commit f3b6862
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/python_autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Poetry
uses: Gr1N/setup-poetry@v8
with:
poetry-version: "1.7.1"
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
cache: 'poetry'

- name: Set up Poetry
uses: Gr1N/setup-poetry@v8
with:
poetry-version: "1.7.1"

- name: Install dependencies
run: poetry install

Expand Down

0 comments on commit f3b6862

Please sign in to comment.