Skip to content

Commit 57701aa

Browse files
committed
chore: removed extra comments
1 parent 18f2bfd commit 57701aa

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ jobs:
3939
poetry config virtualenvs.create true --local
4040
poetry config virtualenvs.in-project true --local
4141
42-
# Don't use cache
43-
# - name: Cache dependencies
44-
# uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
45-
# with:
46-
# path: ./.venv
47-
# key: venv-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
48-
# restore-keys: |
49-
# venv-${{ runner.os }}-py${{ matrix.python-version }}-
50-
5142
- name: Install package
5243
run: poetry install --all-extras
5344

0 commit comments

Comments
 (0)