Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Mar 18, 2024
1 parent f2dfffa commit 0abfe1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python -m venv venv
venv/bin/pip install --upgrade pip
venv/bin/pip install build
python -m build --outdir/ dist
venv/bin/python -m build --outdir/ dist
- uses: actions/upload-artifact@v4
if: always()
with:
Expand All @@ -45,6 +45,7 @@ jobs:

test:
name: ${{ matrix.os.name }} ${{ matrix.python.name }} ${{ matrix.reactor.name }}
needs: build
runs-on: ${{ matrix.os.runs-on }}
container: ${{ matrix.os.container[matrix.python.docker] }}
strategy:
Expand Down

0 comments on commit 0abfe1b

Please sign in to comment.