Skip to content

Commit

Permalink
Fix for failing dependabot PRs (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpolygon authored Mar 1, 2023
1 parent 0ed7def commit 7567479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Setup Poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2
- name: Install pypi deps
run: poetry install
- name: Style lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Setup Poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2
- name: Install pypi deps
run: poetry install
- name: Unit tests
Expand Down

0 comments on commit 7567479

Please sign in to comment.