Skip to content

Commit ff23d7f

Browse files
committed
ci: rename job and add install step
1 parent 138e145 commit ff23d7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: ruff format --diff --target-version=py39
2222
continue-on-error: true
2323

24-
test:
24+
build:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
fail-fast: false
@@ -39,4 +39,5 @@ jobs:
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- run: pip install build setuptools wheel
42-
- run: python -m build
42+
- run: python -m build
43+
- run: python -m pip install .

0 commit comments

Comments
 (0)