Skip to content

Commit 431ad8d

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,10 @@ 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
5051
- name: Test
5152
run: |
52-
poetry install --with dev --no-root --no-directory
53-
pre-commit run --all-files
53+
poetry run pre-commit run --all-files
5454
- name: Build
5555
run: |
56-
poetry install --with dev --no-root --no-directory
5756
poetry build

0 commit comments

Comments
 (0)