Skip to content

Commit

Permalink
drop the echo from test
Browse files Browse the repository at this point in the history
  • Loading branch information
pesekon2 committed Sep 13, 2023
1 parent 8fd8b6e commit a3039bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/consistency_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,4 @@ jobs:
run: docker build docker/docker-cpu -t docker-cpu:1.0
- name: pytest
run: |
docker run --rm -v /tmp:/tmp:rw -v ${GITHUB_WORKSPACE}/src:/src:ro -e PYTHONPATH=/usr/local/lib/python3.6/dist-packages:/usr/local/lib/python3/dist-packages:/src --cpus=2 -m 20g docker-cpu:1.0 pytest src/test/consistency_test.py && \
echo "drop0" && \
cat /tmp/fcn_drop0_VGG16_categorical_crossentropy.txt && \
echo "drop0.5" && \
cat /tmp/fcn_drop0.5_VGG16_categorical_crossentropy.txt
docker run --rm -v /tmp:/tmp:rw -v ${GITHUB_WORKSPACE}/src:/src:ro -e PYTHONPATH=/usr/local/lib/python3.6/dist-packages:/usr/local/lib/python3/dist-packages:/src --cpus=2 -m 20g docker-cpu:1.0 pytest src/test/consistency_test.py

0 comments on commit a3039bb

Please sign in to comment.