Skip to content

Commit 78c502f

Browse files
authored
set pythonpath too
1 parent 76cac4c commit 78c502f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Set Environment Variables
104104
run: |
105105
RUNNER_CWD=$(pwd)
106-
# echo "PYTHONPATH=$RUNNER_CWD/RMG-Py:$PYTHONPATH" >> $GITHUB_ENV
106+
echo "PYTHONPATH=$RUNNER_CWD/RMG-Py:$PYTHONPATH" >> $GITHUB_ENV
107107
echo "$RUNNER_CWD/RMG-Py" >> $GITHUB_PATH
108108
109109
# RMG build step

0 commit comments

Comments
 (0)