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 bed18e8 commit dde8f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ jobs:
resource_class: small
steps:
- checkout
- run: apt-get update && apt-get install --reinstall ca-certificates -y && apt-get install software-properties-common
- 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 && install python3.10-full python3.10-dev python3.10-pip python3.10-virtualenv git -y
- run: python3.10 -m virtualenv venv_test
- run:
name: Get python version
command:
python3.10 --version
- run: python3.10 -m virtualenv venv_test
- run:
name: "Set up virtual environment"
command: |
Expand Down

0 comments on commit dde8f74

Please sign in to comment.