We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dfffa commit 0abfe1bCopy full SHA for 0abfe1b
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
python -m venv venv
36
venv/bin/pip install --upgrade pip
37
venv/bin/pip install build
38
- python -m build --outdir/ dist
+ venv/bin/python -m build --outdir/ dist
39
- uses: actions/upload-artifact@v4
40
if: always()
41
with:
@@ -45,6 +45,7 @@ jobs:
45
46
test:
47
name: ${{ matrix.os.name }} ${{ matrix.python.name }} ${{ matrix.reactor.name }}
48
+ needs: build
49
runs-on: ${{ matrix.os.runs-on }}
50
container: ${{ matrix.os.container[matrix.python.docker] }}
51
strategy:
0 commit comments