Skip to content

Update hugie to follow v2 Inference Endpoint #66

Update hugie to follow v2 Inference Endpoint

Update hugie to follow v2 Inference Endpoint #66

Workflow file for this run

name: Run tests
on:
pull_request:
workflow_dispatch:
jobs:
Run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: '3.9'
cache: 'poetry'
- run: poetry install
- run: poetry run pytest