Skip to content

Commit 2deeb1e

Browse files
committed
print statement for debug
1 parent b30254b commit 2deeb1e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Install package
114114
uses: ./.github/actions/install
115115
with:
116-
editable: false
116+
editable: true
117117
use_vm: true
118118
torch_version: ${{ matrix.torch_version }}
119119
hardware: ${{ matrix.hardware }}

tests/data/test_dataconverters_and_datasets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def test_dataconverter(
8686
assert False, "Shouldn't reach here"
8787

8888
# Perform conversion from I3 to `backend`
89+
print(test_data_dir, os.listdir(test_data_dir))
8990
converter(test_data_dir)
9091
converter.merge_files()
9192

0 commit comments

Comments
 (0)