Skip to content

Commit

Permalink
figures
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Sep 11, 2024
1 parent 9b52a75 commit d7f8bc7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
jobname:
type: string
docker:
- image: cimg/python:3.10
- image: cimg/python:3.12
environment:
TOXENV=<< parameters.jobname >>
steps:
Expand All @@ -57,7 +57,7 @@ jobs:
jobname:
type: string
docker:
- image: cimg/python:3.10
- image: cimg/python:3.12
environment:
TOXENV: << parameters.jobname >>
GIT_SSH_COMMAND: ssh -i ~/.ssh/id_rsa_b1c8b094a8ec67162b0f18a949a6b1db
Expand Down Expand Up @@ -99,16 +99,16 @@ workflows:
matrix:
parameters:
jobname:
- "py310-figure"
- "py310-figure-devdeps"
- "py312-figure"
- "py312-figure-devdeps"

- deploy-reference-images:
name: baseline-<< matrix.jobname >>
matrix:
parameters:
jobname:
- "py310-figure"
- "py310-figure-devdeps"
- "py312-figure"
- "py312-figure-devdeps"
requires:
- << matrix.jobname >>
filters:
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ deps =
# Oldest Dependencies
oldestdeps: minimum_dependencies
# Figure tests need a tightly controlled environment
figure-!devdeps: matplotlib==3.7.2
figure-!devdeps: astropy==5.3.3
figure-!devdeps: mpl-animators==1.0.0
figure-!devdeps: scipy
figure-!devdeps: astropy==6.0.0
figure-!devdeps: dask
figure-!devdeps: matplotlib==3.8.2
figure-!devdeps: mpl-animators==1.1.1
figure-!devdeps: scipy
# The following indicates which extras_require will be installed
extras =
plotting
Expand Down

0 comments on commit d7f8bc7

Please sign in to comment.