We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ab004 commit 062ca4aCopy full SHA for 062ca4a
Dockerfile
@@ -3,7 +3,7 @@ FROM ghcr.io/courtois-neuromod/datalad:main
3
4
ADD . /actions
5
WORKDIR /work
6
-RUN source /opt/venv/bin/activate && python -m pip install --no-cache-dir pytest-order ssh-agent-setup platformdirs
+RUN source /opt/venv/bin/activate && python -m pip install --no-cache-dir pytest-order
7
8
# Code file to execute when the docker container starts up (`entrypoint.sh`)
9
ENTRYPOINT ["pytest", "-s", "--log-cli-level", "WARN", "/actions/tests"]
0 commit comments