Skip to content

Commit

Permalink
Update install_and_test.yml: GITHUB_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-voelk committed Sep 27, 2024
1 parent bcd9005 commit 74c7f08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
conda info
conda list
- name: Set PYTHONPATH variable
run:
PWD=$(pwd)
PYTHONPATH=$PWD/utils:$PWD/tests:$PYTHONPATH
run: |
PYTHONPATH="$GITHUB_WORKSPACE/utils:$GITHUB_WORKSPACE/tests:$PYTHONPATH"
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
echo $GITHUB_ENV
- name: Create test files
Expand Down

0 comments on commit 74c7f08

Please sign in to comment.