Skip to content

Commit

Permalink
Added workflow for tool integration
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Jul 26, 2024
1 parent eb6b411 commit 9dcbcb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tool_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
REQUIREMENTS_PATH: 'requirements.txt'
PYTHONPATH: ${{ github.workspace }}/src # Set PYTHONPATH globally
PYTHONPATH: ${{ github.workspace }}

steps:
- name: "Checkout Repository"
Expand All @@ -19,7 +19,7 @@ jobs:
- name: "Setup python"
uses: actions/setup-python@v4
with:
python-version: '3.x' # Specify the exact version if needed
python-version: ${{ inputs.python-version }}

- name: "Setup installation requirements"
run: |
Expand Down

0 comments on commit 9dcbcb7

Please sign in to comment.