Skip to content

Commit 35aa83b

Browse files
author
Nina Bernick
committed
install poetry
1 parent e5c475f commit 35aa83b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ jobs:
1717
uses: actions/setup-python@v2
1818
with:
1919
python-version: '3.8'
20+
- name: "Install poetry"
21+
run: |
22+
python -m pip install --no-cache-dir poetry==1.8 supervisor
2023
2124
- name: "Set up docker"
2225
run: |
2326
make gha-setup
24-
27+
2528
- name: "Build docker image"
2629
run: |
2730
make build

0 commit comments

Comments
 (0)