Skip to content

Commit

Permalink
WIP: Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjohnson-lab committed Feb 21, 2024
1 parent e38e42f commit bbf18ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,13 @@ jobs:
cache: pip
- name: Export Python Path
run: |
echo "Before export:"
echo "PYTHONPATH: $PYTHONPATH"
echo "pwd: $(pwd)"
echo "export PYTHONPATH=$PYTHONPATH:$(pwd)" >> $GITHUB_ENV
export PYTHONPATH=$PYTHONPATH:$(pwd)
echo "After export:"
echo "PYTHONPATH: $PYTHONPATH"
- name: Install python dependencies
run: |
pip install -q -r backend/requirements.txt
Expand Down

0 comments on commit bbf18ca

Please sign in to comment.