Skip to content

Commit

Permalink
Add missing step dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Feb 15, 2025
1 parent a12dde7 commit 23a9e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
build-jupyterlite:
runs-on: ubuntu-latest
needs: build-pyodide
needs: [build-pyodide, build-pypa, build-lock]
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
permissions:
contents: write
runs-on: ubuntu-latest
needs: build-jupyterlite
needs: [build-jupyterlite, check-venv]
steps:
- name: Get the current branch name
uses: tj-actions/branch-names@v8
Expand Down

0 comments on commit 23a9e4b

Please sign in to comment.