nidhal baccouri
commited on
Commit
·
976496c
1
Parent(s):
b517c17
updated pipeline
Browse files
.github/workflows/test-release.yml
CHANGED
|
@@ -22,6 +22,12 @@ jobs:
|
|
| 22 |
- name: View poetry version
|
| 23 |
run: poetry --version
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
- name: Build package
|
| 26 |
run: |
|
| 27 |
echo "list dir"
|
|
|
|
| 22 |
- name: View poetry version
|
| 23 |
run: poetry --version
|
| 24 |
|
| 25 |
+
- name: Install dependencies
|
| 26 |
+
run: |
|
| 27 |
+
echo "Installing dependencies..."
|
| 28 |
+
poetry update
|
| 29 |
+
poetry install
|
| 30 |
+
|
| 31 |
- name: Build package
|
| 32 |
run: |
|
| 33 |
echo "list dir"
|