Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 12, 2024
1 parent 7f465e7 commit 3bad3ff
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: vegafusion-rt-test-images
name: vegafusion-rt-test-images-${{ matrix.os }}
path: |
vegafusion-runtime/tests/output
Expand Down Expand Up @@ -622,13 +622,15 @@ jobs:

# Bundle all python wheels into a single artifact for easier downloading
bundle-vegafusion-python-wheels:
needs:
[
build-vegafusion-python-linux-64,
needs: [
# jobs that build but don't have test dependencies
build-vegafusion-python-linux-arm64,
build-vegafusion-python-win-64,
build-vegafusion-python-osx-64,
build-vegafusion-python-osx-arm64,

# jobs that test the wheels
test-vegafusion-python-linux-64,
test-vegafusion-python-osx-arm64,
test-vegafusion-python-win-64,
]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3bad3ff

Please sign in to comment.