We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6923b4 commit 45b13ecCopy full SHA for 45b13ec
2 files changed
.github/workflows/build-and-test.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
python -m pip install --upgrade pip pipx
30
pipx install poetry
31
- make install-dev
+ make install
32
- name: Build Docker images
33
run: make docker-build-all
34
- name: Run tests (using locally built Docker images)
.github/workflows/docker-hub-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
0 commit comments