File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM mcr.microsoft.com/devcontainers/python:${PY_VER}-${DISTRO}
4
4
RUN \
5
5
apt update && \
6
6
apt-get install bash-completion graphviz default-mysql-client -y && \
7
- pip install flake8 black faker ipykernel pytest pytest-cov nose nose-cov datajoint && \
7
+ pip install flake8 black faker ipykernel pytest pytest-cov nose nose-cov datajoint jupyterlab && \
8
8
pip uninstall datajoint -y
9
9
10
10
USER root
Original file line number Diff line number Diff line change 32
32
"features": {
33
33
"ghcr.io/devcontainers/features/git:1": {},
34
34
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
35
+ "ghcr.io/devcontainers/features/github-cli:1": {},
35
36
},
36
37
// Configure tool-specific properties.
37
38
"customizations": {
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190
190
prerelease: false
191
191
draft: false
192
192
- name: Fetch pip artifacts
193
- uses: actions/download-artifact@v3
193
+ uses: actions/download-artifact@v4.1.7
194
194
with:
195
195
name: pip-datajoint-${{env.DJ_VERSION}}
196
196
path: dist
You can’t perform that action at this time.
0 commit comments