Skip to content

Commit

Permalink
updated circleci and version bump setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kristyhoran committed Sep 29, 2024
1 parent 0a5452a commit fe8c533
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 @@ -5,7 +5,7 @@ jobs: # A basic unit of work in a run
working_directory: ~/repo
docker: # run the steps with Docker
# CircleCI Python images available at: https://hub.docker.com/r/circleci/python/
- image: continuumio/conda-ci-linux-64-python3.10
- image: continuumio/miniconda3
environment: # environment variables for primary container
PIPENV_VENV_IN_PROJECT: true
steps: # steps that comprise the `build` job
Expand Down

0 comments on commit fe8c533

Please sign in to comment.