Skip to content

Commit

Permalink
Forgot to update dependency names
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuipers committed Sep 2, 2024
1 parent fa20db8 commit e2929cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

# Our custom Dockerfile for knowledge graphs
build-and-publish-graph:
needs: build-and-publish-latest
needs: build-and-publish-jupyterlab
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

# Our custom Dockerfile based on jupyter/r-notebook
build-and-publish-r-notebook:
needs: build-and-publish-latest
needs: build-and-publish-jupyterlab
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e2929cf

Please sign in to comment.