Skip to content

Commit 6e722a8

Browse files
committed
drop build cache
1 parent ff2cfc6 commit 6e722a8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ jobs:
3434
uses: actions/setup-python@v3
3535
with:
3636
python-version: ${{ matrix.python-version }}
37-
- name: Get full python version
38-
id: full-python-version
39-
run: |
40-
echo version=$(python -c "import sys, platform; print('.'.join(str(v) for v in sys.version_info[:3]) + '_' + platform.machine())") >> $GITHUB_OUTPUT
41-
- name: Set up cache
42-
uses: actions/cache@v3
43-
with:
44-
path: .venv
45-
key: ${{ runner.os }}-venv-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
4637
- name: Install and configure Poetry
4738
run: |
4839
pip install poetry

0 commit comments

Comments
 (0)