We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4803c26 commit 7187cd4Copy full SHA for 7187cd4
.github/workflows/CI.yml
@@ -100,11 +100,11 @@ jobs:
100
git clone -b $RMG_DATABASE_BRANCH https://github.com/ReactionMechanismGenerator/RMG-database.git
101
102
# 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
+ - name: Set Environment Variables
+ run: |
+ RUNNER_CWD=$(pwd)
+ # echo "PYTHONPATH=$RUNNER_CWD/RMG-Py:$PYTHONPATH" >> $GITHUB_ENV
+ echo "$RUNNER_CWD/RMG-Py" >> $GITHUB_PATH
108
109
# RMG build step
110
- name: make RMG
0 commit comments