Skip to content

Commit

Permalink
improve pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Apr 11, 2024
1 parent 536ff0e commit a12426b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +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
export PYTHONPATH=${PYTHONPATH}:`pwd`/parastell
export PYTHONPATH=${PYTHONPATH}:`pwd`
cd tests
pytest -v .
Expand Down

0 comments on commit a12426b

Please sign in to comment.