Skip to content

Commit 0abfe1b

Browse files
authored
Update ci.yml
1 parent f2dfffa commit 0abfe1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python -m venv venv
3636
venv/bin/pip install --upgrade pip
3737
venv/bin/pip install build
38-
python -m build --outdir/ dist
38+
venv/bin/python -m build --outdir/ dist
3939
- uses: actions/upload-artifact@v4
4040
if: always()
4141
with:
@@ -45,6 +45,7 @@ jobs:
4545

4646
test:
4747
name: ${{ matrix.os.name }} ${{ matrix.python.name }} ${{ matrix.reactor.name }}
48+
needs: build
4849
runs-on: ${{ matrix.os.runs-on }}
4950
container: ${{ matrix.os.container[matrix.python.docker] }}
5051
strategy:

0 commit comments

Comments
 (0)