Skip to content

Commit

Permalink
Check that license file is properly modified
Browse files Browse the repository at this point in the history
  • Loading branch information
connoramoreno committed Apr 25, 2024
1 parent e316d3a commit 220fa89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
. /opt/etc/bashrc
conda activate parastell_env
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
cat /opt/Coreform-Cubit-2023.11/bin/licenses/rlmcloud.lic
export PYTHONPATH=${PYTHONPATH}:`pwd`
cd tests
pytest -v test_parastell.py
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ from parastell-deps as parastell
RUN git clone https://github.com/svalinn/parastell.git && \
cd parastell && \
git checkout gh-action
RUN ls /opt/parastell/
ENV PYTHONPATH=$PYTHONPATH:/opt/parastell

0 comments on commit 220fa89

Please sign in to comment.