Skip to content

Commit

Permalink
Check environment
Browse files Browse the repository at this point in the history
  • Loading branch information
connoramoreno committed Apr 25, 2024
1 parent 220fa89 commit 03bcb80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,11 @@ jobs:
echo "rlmPASSWD=${{ secrets.RLMPASSWORD}}" >> "$GITHUB_ENV"
. /opt/etc/bashrc
conda activate parastell_env
printenv
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`
- name: test environment
run: |
cd tests
pytest -v test_parastell.py

0 comments on commit 03bcb80

Please sign in to comment.