Skip to content

Commit

Permalink
Merge pull request #2013 from devitocodes/less-docker-pruning
Browse files Browse the repository at this point in the history
ci: Remove docker pruning from pytest-gpu
  • Loading branch information
FabioLuporini authored Oct 5, 2022
2 parents 7827526 + 02ce49e commit e5a1985
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 e5a1985

Please sign in to comment.