Skip to content

Commit 7187cd4

Browse files
authored
try setting the PATH but not the PYTHONPATH
1 parent 4803c26 commit 7187cd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ jobs:
100100
git clone -b $RMG_DATABASE_BRANCH https://github.com/ReactionMechanismGenerator/RMG-database.git
101101
102102
# modify env variables as directed in the RMG installation instructions
103-
# - name: Set Environment Variables
104-
# run: |
105-
# RUNNER_CWD=$(pwd)
106-
# echo "PYTHONPATH=$RUNNER_CWD/RMG-Py:$PYTHONPATH" >> $GITHUB_ENV
107-
# echo "$RUNNER_CWD/RMG-Py" >> $GITHUB_PATH
103+
- name: Set Environment Variables
104+
run: |
105+
RUNNER_CWD=$(pwd)
106+
# echo "PYTHONPATH=$RUNNER_CWD/RMG-Py:$PYTHONPATH" >> $GITHUB_ENV
107+
echo "$RUNNER_CWD/RMG-Py" >> $GITHUB_PATH
108108
109109
# RMG build step
110110
- name: make RMG

0 commit comments

Comments
 (0)