Nidhal Baccouri commited on
Commit
1a85d8e
·
1 Parent(s): f00cfab

updated pipeline

Browse files
.github/workflows/production-tests.yml CHANGED
@@ -24,10 +24,9 @@ jobs:
24
 
25
  - name: Install dependencies
26
  run: |
27
- poetry shell
28
  poetry install
29
 
30
  - name: Run tests
31
  run: |
32
- poetry shell
33
  poetry run pytest
 
24
 
25
  - name: Install dependencies
26
  run: |
27
+ poetry config virtualenvs.in-project true
28
  poetry install
29
 
30
  - name: Run tests
31
  run: |
 
32
  poetry run pytest