Skip to content

Commit

Permalink
Update circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Dec 11, 2024
1 parent bf76910 commit 9eeafe0
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 @@ -6,7 +6,7 @@ orbs:
jobs:
build:
docker:
- image: circleci/python:3.7-buster
- image: cimg/python:3.10.16
working_directory: /home/circleci/tsconvert
steps:
- checkout
Expand All @@ -16,6 +16,7 @@ jobs:
- run:
name: Install dependencies and set path
command: |
sudo apt-get update
sudo apt-get install libgsl-dev # Needed for 3rd party sims without wheels
pip install --user -r requirements/development.txt
pip install twine --user
Expand Down

0 comments on commit 9eeafe0

Please sign in to comment.