Skip to content

Commit 45b13ec

Browse files
committed
make install
1 parent f6923b4 commit 45b13ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip pipx
3030
pipx install poetry
31-
make install-dev
31+
make install
3232
- name: Build Docker images
3333
run: make docker-build-all
3434
- name: Run tests (using locally built Docker images)

.github/workflows/docker-hub-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip pipx
2222
pipx install poetry
23-
make install-dev
23+
make install
2424
- name: Build Docker images
2525
run: make docker-build-all
2626
- name: Run tests (using locally built Docker images)

0 commit comments

Comments
 (0)