Skip to content

Commit

Permalink
Trying workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
donfiguerres committed Jul 13, 2022
1 parent 8bc1c46 commit 92ff1bf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -12,11 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install Poetry
run: pipx install poetry
- uses: actions/setup-python@v4
- name: Cache poetry dependencies
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'poetry'
- name: Run linting
run: poetry run make lint
Expand Down

0 comments on commit 92ff1bf

Please sign in to comment.