Skip to content

Commit 0bfc9d8

Browse files
authored
Update test.yml: fix workflow
1 parent 715a0da commit 0bfc9d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ jobs:
2121
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
2222
- name: Install TensorLy dev
2323
run: |
24+
CWD=`pwd`
25+
echo 'Cloning TensorLy in ${CWD}'
26+
mkdir git_repos
27+
cd git_repos
2428
git clone https://github.com/tensorly/tensorly
2529
cd tensorly
2630
python -m pip install -e .
31+
cd ..
2732
- name: Install package
2833
run: |
2934
python -m pip install -e .

0 commit comments

Comments
 (0)