Nidhal Baccouri
commited on
Commit
·
5400b9c
1
Parent(s):
a348dde
removed caching poetry
Browse files
.github/workflows/test.yml
CHANGED
@@ -19,12 +19,6 @@ jobs:
|
|
19 |
- name: Install poetry
|
20 |
run: curl -sSL https://install.python-poetry.org | python3 -
|
21 |
|
22 |
-
- name: Set up cache
|
23 |
-
uses: actions/[email protected]
|
24 |
-
with:
|
25 |
-
path: .venv
|
26 |
-
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
|
27 |
-
|
28 |
- name: Install dependencies
|
29 |
run: |
|
30 |
poetry config virtualenvs.in-project true
|
|
|
19 |
- name: Install poetry
|
20 |
run: curl -sSL https://install.python-poetry.org | python3 -
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
- name: Install dependencies
|
23 |
run: |
|
24 |
poetry config virtualenvs.in-project true
|