Skip to content

Commit

Permalink
Run a devdeps figure build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Oct 17, 2024
1 parent 351e2c2 commit 9bcb8a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,18 @@ workflows:
parameters:
jobname:
- "py312-figure"
- "py312-figure-devdeps"

- deploy-reference-images:
name: baseline-<< matrix.jobname >>
matrix:
parameters:
jobname:
- "py312-figure"
- "py312-figure-devdeps"
requires:
- << matrix.jobname >>
filters:
branches:
only:
- main
- figuretests
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@ deps =
devdeps: git+https://github.com/spacetelescope/gwcs
devdeps: git+https://github.com/asdf-format/asdf
devdeps: git+https://github.com/astropy/asdf-astropy
devdeps: git+https://github.com/sunpy/mpl-animators
# Autogenerate oldest dependencies from info in setup.cfg
oldestdeps: minimum_dependencies
figure: matplotlib==3.9.1
figure: mpl_animators==1.1.1
figure: astropy==6.1.1
figure: ndcube==2.2.2
figure-!devdeps: matplotlib==3.9.1
figure-!devdeps: mpl-animators==1.1.1
figure-!devdeps: astropy==6.1.1
figure-!devdeps: ndcube==2.2.2
# The following indicates which extras_require will be installed
extras =
tests
Expand Down

0 comments on commit 9bcb8a7

Please sign in to comment.