Skip to content

Commit ea31533

Browse files
committed
wip
1 parent 5d18f74 commit ea31533

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
uses: snok/install-poetry@v1
2020
with:
2121
version: 1.6.1
22-
- name: Set up cache
23-
uses: actions/cache@v3.3.2
24-
with:
25-
path: .venv
26-
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
2722
- name: Install dependencies
2823
run: |
2924
poetry install

0 commit comments

Comments
 (0)