Skip to content

Commit

Permalink
gc
Browse files Browse the repository at this point in the history
Signed-off-by: Melvin Strobl <[email protected]>
  • Loading branch information
Melvin Strobl committed Sep 25, 2024
1 parent a345561 commit f100a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: 'poetry' # caching pip dependencies
cache: 'poetry'
- name: Install dependencies
run: poetry install --with dev
- name: Lint with flake8
Expand Down

0 comments on commit f100a76

Please sign in to comment.