Skip to content

Commit

Permalink
Use productions version of requirements and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam authored and majosm committed Apr 19, 2023
1 parent 66d51b2 commit 680226a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
MINIFORGE_INSTALL_DIR=.miniforge3
. "$MINIFORGE_INSTALL_DIR/bin/activate" testing
python -m pip install types-psutil
python -m pip install types-psutil types-PyYAML
./run-mypy.sh
pylint:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ mpi4py
numpy
pytest
pytest-cov
pyvisfile
pymetis
importlib-resources
psutil
Expand All @@ -24,3 +23,4 @@ git+https://github.com/pythological/kanren.git#egg=miniKanren
--editable git+https://github.com/pyrometheus/pyrometheus.git@tulio-transport#egg=pyrometheus
--editable git+https://github.com/illinois-ceesd/logpyle.git#egg=logpyle
--editable git+https://github.com/kaushikcfd/feinsum.git#egg=feinsum
--editable git+https://github.com/inducer/pyvisfile.git#egg=pyvisfile

0 comments on commit 680226a

Please sign in to comment.