Skip to content

Commit

Permalink
Changing working directory
Browse files Browse the repository at this point in the history
`app.py` is in a subdirectory

Signed-off-by: JJ Asghar <[email protected]>
  • Loading branch information
jjasghar committed Apr 11, 2024
1 parent 05506de commit 9190be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Start the application
working-directory: ./caikit-huggingface-demo
run: |
python app.py &
sleep 60 &&
Expand Down

0 comments on commit 9190be0

Please sign in to comment.