Skip to content

Commit

Permalink
update integration test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Anupam Kumar <[email protected]>
  • Loading branch information
kyteinsky committed Aug 2, 2024
1 parent 558225b commit 60fb087
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: |
requirements.txt
- name: Install and init backend
env:
Expand All @@ -121,8 +124,7 @@ jobs:
NEXTCLOUD_URL: http://localhost:8080
working-directory: ${{ env.APP_NAME }}
run: |
pip install -r requirements.txt
make download-a-few-models
pip install --no-deps -r requirements.txt
python3 lib/main.py &
- name: Register backend
Expand Down

0 comments on commit 60fb087

Please sign in to comment.