Skip to content

Commit

Permalink
ci: remote docker layer caching
Browse files Browse the repository at this point in the history
  • Loading branch information
animatedlew authored Dec 2, 2022
1 parent eb7ea12 commit 8c2b8e8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ jobs:
executor: python36
steps:
- setup-python
- setup_remote_docker:
docker_layer_caching: true
- setup_remote_docker
- attach_workspace:
at: .
- run-make:
Expand All @@ -81,17 +80,15 @@ jobs:
executor: python37
steps:
- setup-python
- setup_remote_docker:
docker_layer_caching: true
- setup_remote_docker
- run-make:
command: test

test-python38:
executor: python38
steps:
- setup-python
- setup_remote_docker:
docker_layer_caching: true
- setup_remote_docker
- run-make:
command: test

Expand Down

0 comments on commit 8c2b8e8

Please sign in to comment.