Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Jan 14, 2025
1 parent 0231e62 commit 1195106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: "pipenv"
cache: "poetry"
cache-dependency-path: |
Pipfile.lock
poetry.lock
- name: Install and configure Poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit 1195106

Please sign in to comment.