We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138e145 commit ff23d7fCopy full SHA for ff23d7f
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
run: ruff format --diff --target-version=py39
22
continue-on-error: true
23
24
- test:
+ build:
25
runs-on: ubuntu-latest
26
strategy:
27
fail-fast: false
@@ -39,4 +39,5 @@ jobs:
39
with:
40
python-version: ${{ matrix.python-version }}
41
- run: pip install build setuptools wheel
42
- - run: python -m build
+ - run: python -m build
43
+ - run: python -m pip install .
0 commit comments