Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 1cb9e1f

Browse files
Phil Varnerc-wygoda
authored andcommitted
bust poetry cache
1 parent 8539aad commit 1cb9e1f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
30-
cache: poetry
30+
# cache: poetry
3131
- name: Install dependencies
3232
run: poetry install --with=dev
3333
- name: Run tests

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
default_language_version:
2-
python: python3.12
31
repos:
42
- repo: https://github.com/pre-commit/pre-commit-hooks
53
rev: v4.5.0

0 commit comments

Comments
 (0)