Nidhal Baccouri commited on
Commit
0298f45
·
1 Parent(s): 9cf8a17

updated pipeline

Browse files
Files changed (1) hide show
  1. .github/workflows/test.yml +2 -1
.github/workflows/test.yml CHANGED
@@ -27,7 +27,8 @@ jobs:
27
 
28
  - name: Check env
29
  run: |
30
- ls ~/.poetry -a
 
31
 
32
  - name: Install dependencies
33
  run: |
 
27
 
28
  - name: Check env
29
  run: |
30
+ echo $HOME
31
+ ls $HOME/.poetry -a
32
 
33
  - name: Install dependencies
34
  run: |