Nidhal Baccouri
commited on
Commit
·
eb0f10b
1
Parent(s):
bfbeeb1
updated poetry env in the pipeline
Browse files
.github/workflows/test.yml
CHANGED
@@ -19,6 +19,9 @@ jobs:
|
|
19 |
- name: Install poetry
|
20 |
run: curl -sSL https://install.python-poetry.org | python3 -
|
21 |
|
|
|
|
|
|
|
22 |
- name: Install dependencies
|
23 |
run: |
|
24 |
|
|
|
19 |
- name: Install poetry
|
20 |
run: curl -sSL https://install.python-poetry.org | python3 -
|
21 |
|
22 |
+
- name: Check workdir
|
23 |
+
run: ls -a
|
24 |
+
|
25 |
- name: Install dependencies
|
26 |
run: |
|
27 |
|