Nidhal Baccouri commited on
Commit
6f0a343
·
1 Parent(s): eb0f10b

updated poetry env in the pipeline

Browse files
Files changed (1) hide show
  1. .github/workflows/test.yml +6 -3
.github/workflows/test.yml CHANGED
@@ -20,12 +20,15 @@ jobs:
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
-
28
- poetry shell && poetry env info --path && poetry install
29
 
30
  - name: Run tests
31
  run: |
 
20
  run: curl -sSL https://install.python-poetry.org | python3 -
21
 
22
  - name: Check workdir
23
+ run: |
24
+ ls -a
25
+ poetry shell
26
+ poetry env info --path
27
 
28
  - name: Install dependencies
29
  run: |
30
+
31
+ poetry install
32
 
33
  - name: Run tests
34
  run: |