Skip to content

Commit

Permalink
print contains
Browse files Browse the repository at this point in the history
  • Loading branch information
pesekon2 committed Nov 14, 2024
1 parent aa7a50e commit f8ecac2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/consistency_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
rm /tmp/training_data/training_set_clouds_multiclass/s*
- name: Build docker
run: docker build docker/docker-cpu -t docker-cpu:1.0
- name: test
run: |
docker run --rm -v /tmp:/tmp:rw -v ${GITHUB_WORKSPACE}/cnn-lib:/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 ls && \
docker run --rm -v /tmp:/tmp:rw -v ${GITHUB_WORKSPACE}/cnn-lib:/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 ls / && \
docker run --rm -v /tmp:/tmp:rw -v ${GITHUB_WORKSPACE}/cnn-lib:/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 ls /src
- name: pytest
run: |
docker run --rm -v /tmp:/tmp:rw -v ${GITHUB_WORKSPACE}/cnn-lib:/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 f8ecac2

Please sign in to comment.