Skip to content

Commit

Permalink
Trying workaround.
Browse files Browse the repository at this point in the history
Former-commit-id: 92ff1bf
Former-commit-id: 9e97e35f953bdc1cb3bb88f423d520c57915cbe1
  • Loading branch information
donfiguerres committed Jul 13, 2022
1 parent 0e8a264 commit 18c7ad7
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 18c7ad7

Please sign in to comment.