Skip to content

Commit a8bed75

Browse files
Merge branch 'datajoint:master' into key_populate
2 parents bfa227e + b9d8488 commit a8bed75

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM mcr.microsoft.com/devcontainers/python:${PY_VER}-${DISTRO}
44
RUN \
55
apt update && \
66
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 && \
88
pip uninstall datajoint -y
99

1010
USER root

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"features": {
3333
"ghcr.io/devcontainers/features/git:1": {},
3434
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
35+
"ghcr.io/devcontainers/features/github-cli:1": {},
3536
},
3637
// Configure tool-specific properties.
3738
"customizations": {

.github/workflows/development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
prerelease: false
191191
draft: false
192192
- name: Fetch pip artifacts
193-
uses: actions/download-artifact@v3
193+
uses: actions/download-artifact@v4.1.7
194194
with:
195195
name: pip-datajoint-${{env.DJ_VERSION}}
196196
path: dist

0 commit comments

Comments
 (0)