Skip to content

Commit

Permalink
Merge pull request #1546 from mfixstsci/update-redis-dependency
Browse files Browse the repository at this point in the history
Update Redis Package Names in Environment Files
  • Loading branch information
mfixstsci authored Apr 25, 2024
2 parents 6ef5e9b + 7cc7d06 commit ab5532a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- run: pip install -e .[test]

- run: conda env export
- run: micromamba env export

- uses: supercharge/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions environment_python_3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ dependencies:
- pytest-mock=3.11.1
- python=3.10.12
- pyyaml=6.0.1
- redis=5.0.0
- redis-py=5.0.0
- redis-server=7.2.4
- ruff=0.0.292
- scipy=1.9.3
- setuptools=68.2.2
Expand All @@ -63,7 +64,6 @@ dependencies:
- pysiaf==0.20.0
- pysqlite3==0.5.2
- pyvo==1.4.2
- redis==5.0.0
- selenium==4.13.0
- stdatamodels==1.8.3
- stsci_rtd_theme==1.0.0
Expand Down

0 comments on commit ab5532a

Please sign in to comment.