Skip to content

Commit

Permalink
install git
Browse files Browse the repository at this point in the history
  • Loading branch information
JComins000 committed Oct 29, 2024
1 parent 1c291e6 commit 65d14ab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ orbs:
kubernetes: circleci/[email protected]
queue: eddiewebb/[email protected]
win: circleci/[email protected]
python: circleci/[email protected]

executors:
python-38:
Expand Down Expand Up @@ -2698,8 +2697,11 @@ jobs:
executor: << parameters.executor-name >>
steps:
- checkout
- python/install-packages:
packages: ['git']
- run:
name: Install git
command: |
apt update
apt install -y git
- run:
name: Set VERSION environment variable
command: |
Expand Down

0 comments on commit 65d14ab

Please sign in to comment.