Skip to content

Commit 4562e63

Browse files
committed
fix path
1 parent b4baf88 commit 4562e63

10 files changed

+2
-2
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pipeline {
5252
}
5353
}
5454
steps {
55-
sh "python -m pytest"
55+
sh "python -m pytest tests"
5656
}
5757
post {
5858
always {

Diff for: docker/Dockerfile.ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ FROM tensorflow/tensorflow:2.0.0-gpu-py3
44
COPY install/ubuntu_install_core.sh /install/ubuntu_install_core.sh
55
RUN bash /install/ubuntu_install_core.sh
66

7-
RUN pip3 install -y torch==1.3.0 pytest gpustat
7+
RUN pip3 install torch==1.3.0 pytest gpustat
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)