Skip to content

Commit 062ca4a

Browse files
committed
fix
1 parent 66ab004 commit 062ca4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ghcr.io/courtois-neuromod/datalad:main
33

44
ADD . /actions
55
WORKDIR /work
6-
RUN source /opt/venv/bin/activate && python -m pip install --no-cache-dir pytest-order ssh-agent-setup platformdirs
6+
RUN source /opt/venv/bin/activate && python -m pip install --no-cache-dir pytest-order
77

88
# Code file to execute when the docker container starts up (`entrypoint.sh`)
99
ENTRYPOINT ["pytest", "-s", "--log-cli-level", "WARN", "/actions/tests"]

0 commit comments

Comments
 (0)