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 34dbbea commit ecbf98e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
- checkout
- run: apt-get update && apt-get install --reinstall ca-certificates -y && apt-get install software-properties-common python3-launchpadlib -y
- run: apt-get update && add-apt-repository -y 'ppa:deadsnakes/ppa'
- run: apt-get update && apt-get install -y python3.10-full python3.10-dev python3.10-pip python3.10-virtualenv git
- run: apt-get update
- run: apt-get install -y python3.10-full python3.10-dev python3.10-pip python3.10-virtualenv git
- run:
name: Get python version
command:
Expand Down

0 comments on commit ecbf98e

Please sign in to comment.