Skip to content

Commit 98f12c4

Browse files
author
Alan Christie
committed
feat: More CI tweaks
1 parent 5c0bd25 commit 98f12c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ jobs:
4747
run: |
4848
python -m pip install --upgrade pip
4949
pip install --no-cache-dir poetry==$POETRY_VERSION
50-
poetry install --with dev --no-root --no-directory
5150
- name: Test
5251
run: |
52+
poetry install --with dev --no-root --no-directory
5353
pre-commit run --all-files
5454
- name: Build
5555
run: |
56+
poetry install --with dev --no-root --no-directory
5657
poetry build

0 commit comments

Comments
 (0)