Skip to content

Commit

Permalink
Fix error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Nov 12, 2023
1 parent bfcb303 commit b8c9d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
run: poetry install --no-interaction --no-root
- name: Get file diff
id: diff-files
uses: markgilbert-git/[email protected]
Expand Down

0 comments on commit b8c9d24

Please sign in to comment.