Skip to content

Commit

Permalink
Merge branch 'EGI-Federation:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan-farmer authored Sep 3, 2024
2 parents 207d8cf + 0f4a63c commit 1953041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0
- name: Change list
id: change-list
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
- name: Check what needs to be built
id: build
run: |
Expand Down
3 changes: 2 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ RUN mamba install -y -q \

RUN pip install --no-cache-dir \
shortid \
nbgitpuller
nbgitpuller \
git+https://github.com/EGI-Federation/notebooks-resource-warning

WORKDIR "${HOME}"

Expand Down

0 comments on commit 1953041

Please sign in to comment.