Skip to content

Commit

Permalink
test run
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Jul 21, 2020
1 parent d3d6aed commit 46d2c20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
steps:
- name: Run simple test
run: |
docker pull 'devitocodes/devito:${{ matrix.im-name }}'
docker run --rm --name testrun 'devitocodes/devito:${{ matrix.im-name }}' pytest tests/test_operator.py
test-gpu-image:
Expand All @@ -84,4 +85,5 @@ jobs:
steps:
- name: Run simple test
run: |
docker pull 'devitocodes/devito:${{ matrix.im-name }}'
docker run --rm --name testrun 'devitocodes/devito:${{ matrix.im-name }}' pytest tests/test_gpu_openacc.py
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip>=9.0.1
numpy>=1.14
numpy>1.16
sympy<1.6
scipy
pytest>=3.6
Expand Down

0 comments on commit 46d2c20

Please sign in to comment.