Skip to content

Commit

Permalink
ci: Remove docker pruning from pytest-gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLuporini committed Oct 5, 2022
1 parent 7827526 commit 02ce49e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pytest-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ jobs:

- name: Build docker image
run: |
# For now prune system to make sure we get the proper latest base
docker system prune -a -f
docker build . --pull --file docker/Dockerfile.devito --tag devito_img --build-arg base=${{ matrix.base }}
- name: Test with pytest
Expand Down

0 comments on commit 02ce49e

Please sign in to comment.