Skip to content

Commit

Permalink
Bugfix the oldestdeps job (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Jan 16, 2025
2 parents 4f187d0 + 32f0aba commit 4774fa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ file = "LICENSE"
test = [
"pytest>=7.0.0",
"pytest-doctestplus>=1.2.1",
"crds>=11.16.16",
"crds>=12.0.4",
]
docs = [
"sphinx",
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ deps =
devdeps: numpy>=0.0.dev0
devdeps: astropy>=0.0.dev0
roman_datamodels: roman_datamodels[test] @ git+{[main]roman_datamodels_repo}
oldestdeps: minimum_dependencies
change_dir =
roman_datamodels: {env_tmp_dir}
commands_pre =
oldestdeps: minimum_dependencies
oldestdeps: minimum_dependencies rad --filename {env_tmp_dir}/requirements-min.txt
oldestdeps: uv pip install -r {env_tmp_dir}/requirements-min.txt
{list_dependencies_command}
roman_datamodels: git clone -n --depth=1 --filter=blob:none {[main]roman_datamodels_repo}
Expand Down

0 comments on commit 4774fa9

Please sign in to comment.