Skip to content

Commit

Permalink
Merge pull request #479 from iKostanOrg/master
Browse files Browse the repository at this point in the history
Merge from master
  • Loading branch information
ikostan authored Oct 18, 2024
2 parents 91a89a2 + b692e60 commit e2d8d4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs: # A basic unit of work in a run
name: python/default
# use Python 3.10
tag: "3.12"

steps: # steps that comprise the `build` job
- checkout
- run:
command:
command:
python --version
name: Check python version
name: Check python version
- run:
command:
python -m pip install --upgrade pip
Expand Down

0 comments on commit e2d8d4c

Please sign in to comment.