Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Redis Package Names in Environment Files #1546

Merged
merged 7 commits into from
Apr 25, 2024
Merged
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/redis-github-action@1.4.0
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
Loading