Skip to content

Commit

Permalink
add pystell to pip dependencies in environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar-21 committed Jul 12, 2024
1 parent b1dd42d commit d6c4144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
. /opt/etc/bashrc
sed -e "s/@SERVER@/${rlmSERVER}/" -e "s/@PASSWORD@/${rlmPASSWD}/" /opt/Coreform-Cubit-2023.11/bin/licenses/rlmcloud.in > /opt/Coreform-Cubit-2023.11/bin/licenses/rlmcloud.lic
export PYTHONPATH=${PYTHONPATH}:`pwd`:/opt/pystell_uw/src
export PYTHONPATH=${PYTHONPATH}:`pwd`
cd tests
pytest -v .
env:
Expand Down
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,4 @@ COPY ./environment.yml /environment.yml
RUN conda env create -f environment.yml
RUN echo "conda activate parastell_env" >> /opt/etc/bashrc

WORKDIR /opt

# Install PyStell-UW into conda environment
RUN . /opt/etc/bashrc && python -m pip install git+https://github.com/aaroncbader/pystell_uw.git

WORKDIR /
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ dependencies:
- pip:
- netcdf4
- pyyaml
- pytest
- pytest
- git+https://github.com/aaroncbader/pystell_uw.git

0 comments on commit d6c4144

Please sign in to comment.