Skip to content

Commit

Permalink
try setting the PATH but not the PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Jan 16, 2025
1 parent 4803c26 commit 7187cd4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ jobs:
git clone -b $RMG_DATABASE_BRANCH https://github.com/ReactionMechanismGenerator/RMG-database.git
# modify env variables as directed in the RMG installation instructions
# - name: Set Environment Variables
# run: |
# RUNNER_CWD=$(pwd)
# echo "PYTHONPATH=$RUNNER_CWD/RMG-Py:$PYTHONPATH" >> $GITHUB_ENV
# echo "$RUNNER_CWD/RMG-Py" >> $GITHUB_PATH
- name: Set Environment Variables
run: |
RUNNER_CWD=$(pwd)
# echo "PYTHONPATH=$RUNNER_CWD/RMG-Py:$PYTHONPATH" >> $GITHUB_ENV
echo "$RUNNER_CWD/RMG-Py" >> $GITHUB_PATH
# RMG build step
- name: make RMG
Expand Down

0 comments on commit 7187cd4

Please sign in to comment.