Skip to content

Commit

Permalink
install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Bernick committed May 31, 2024
1 parent e5c475f commit 35aa83b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: "Install poetry"
run: |
python -m pip install --no-cache-dir poetry==1.8 supervisor
- name: "Set up docker"
run: |
make gha-setup
- name: "Build docker image"
run: |
make build
Expand Down

0 comments on commit 35aa83b

Please sign in to comment.