Skip to content

Commit

Permalink
Update tool_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Jul 26, 2024
1 parent 62b5996 commit bf7eeed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tool_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
echo $(ls)
echo "PYTHONPATH=$(pwd)/src"
echo "PYTHONPATH=$(pwd)/src" >> $GITHUB_ENV
-
name: "Verify PYTHONPATH and Directory Structure"
run: |
echo "PYTHONPATH: $PYTHONPATH"
ls -R
-
name: "Run TestToolIntegration"
run: |
Expand Down

0 comments on commit bf7eeed

Please sign in to comment.