Skip to content

Commit

Permalink
fix circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Jul 25, 2024
1 parent dde8f74 commit 657d820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- checkout
- run: apt-get update && apt-get install --reinstall ca-certificates -y && apt-get install software-properties-common -y
- run: add-apt-repository 'ppa:deadsnakes/ppa' -y
- run: apt-get update && add-apt-repository 'ppa:deadsnakes/ppa' -y
- run: apt-get update && install python3.10-full python3.10-dev python3.10-pip python3.10-virtualenv git -y
- run:
name: Get python version
Expand Down

0 comments on commit 657d820

Please sign in to comment.