Skip to content

Commit

Permalink
remove poetry caching in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSpittlemeister committed Jul 31, 2024
1 parent 6e6f90c commit 4071271
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
allow-prereleases: true
- run: poetry install --with=dev
- run: poetry run pylint --max-line-length=100 bytechomp --disable=duplicate-code
Expand Down

0 comments on commit 4071271

Please sign in to comment.