Skip to content

Commit

Permalink
Re add minimum-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Nov 25, 2024
1 parent b783d29 commit 0ab047a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
cache-path: ${{ needs.environment.outputs.data_path }}/crds
cache-key: crds-${{ needs.crds_contexts.outputs.roman }}
envs: |
- linux: py311-romancal
- linux: py310-romancal
coverage: codecov
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ deps =
rad: rad @ git+https://github.com/spacetelescope/rad.git@main#egg=rad
romancal: romancal[test] @ git+{[main]rcal_repo}
devdeps: -r requirements-dev.txt
oldestdeps: minimum_dependencies
change_dir =
romancal: {env_tmp_dir}
romancal,oldestdeps: {env_tmp_dir}
commands_pre =
oldestdeps: minimum_dependencies roman_datamodels --filename requirements-min.txt
oldestdeps: uv pip install -r requirements-min.txt
{list_dependencies_command}
romancal: git clone -n --depth=1 --filter=blob:none {[main]rcal_repo}
romancal: git --git-dir={envtmpdir}/romancal/.git checkout HEAD pyproject.toml
Expand Down

0 comments on commit 0ab047a

Please sign in to comment.