From 407127177147eb9cca9ec2df55d02e81f799ed8e Mon Sep 17 00:00:00 2001 From: Andrew Spittlemeister Date: Tue, 30 Jul 2024 21:09:00 -0500 Subject: [PATCH] remove poetry caching in CI --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28d47f6..1e901f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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