Skip to content

Commit

Permalink
remove install_deps because we aren't installing any anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Feb 5, 2024
1 parent c8116c8 commit 498b80f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
version: 2.1

defaults:
install_deps: &install_deps
run:
name: install dependencies
command: |
apk update && apk add py-pip
docker_image: &docker_image
image: cimg/base:current

Expand Down Expand Up @@ -51,7 +45,6 @@ jobs:
docker_layer_caching: true
- checkout
- *build_image
- *install_deps
- run: |
[[ -d build_info ]] || mkdir build_info
- attach_workspace:
Expand Down Expand Up @@ -151,7 +144,6 @@ jobs:
docker_layer_caching: true
- checkout
- *build_image
- *install_deps
- run: |
[[ -d artifacts ]] || mkdir artifacts
- attach_workspace:
Expand All @@ -178,7 +170,6 @@ jobs:
docker_layer_caching: true
- checkout
- *build_image
- *install_deps
- run: |
[[ -d artifacts ]] || mkdir artifacts
- attach_workspace:
Expand All @@ -202,7 +193,6 @@ jobs:
docker_layer_caching: true
- checkout
- *build_image
- *install_deps
- run: |
[[ -d artifacts ]] || mkdir artifacts
- attach_workspace:
Expand All @@ -226,7 +216,6 @@ jobs:
docker_layer_caching: true
- checkout
- *build_image
- *install_deps
- run: |
[[ -d artifacts ]] || mkdir artifacts
- attach_workspace:
Expand Down

0 comments on commit 498b80f

Please sign in to comment.