Skip to content

Commit 53c8cde

Browse files
committed
ci: disable poetry cache
1 parent 024d532 commit 53c8cde

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/_unit-tests-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
uses: actions/setup-python@v5
3636
with:
3737
python-version: ${{ env.python-version }}
38-
cache: "poetry"
39-
cache-dependency-path: |
40-
${{ inputs.working-directory }}/poetry.lock
38+
# cache: "poetry"
39+
# cache-dependency-path: |
40+
# ${{ inputs.working-directory }}/poetry.lock
4141
- name: Install packages
4242
run: sudo apt update; sudo apt install -y ffmpeg libavcodec-extra libsndfile1
4343
- name: Install dependencies

libs/libcommon/src/libcommon/parquet_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
try:
2929
from libviewer import Dataset as LibviewerDataset # type: ignore [import-untyped]
30+
3031
_has_libviewer = True
3132
except ImportError:
3233
_has_libviewer = False

0 commit comments

Comments
 (0)