Skip to content

Commit 5fe9a79

Browse files
authored
Update test_future.yml
1 parent 72d21fd commit 5fe9a79

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test_future.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ jobs:
4848

4949
- name: Install dependencies
5050
run: |
51+
echo "Current wd and ls"
52+
pwd
53+
ls
54+
echo "One up ls"
55+
ls ../
56+
echo "Two up ls"
57+
ls ../../
58+
echo "Three up ls"
59+
ls ../../../
5160
python -m pip install --upgrade pip
5261
cd sm
5362
python -m pip install .

0 commit comments

Comments
 (0)