Skip to content

metrics refactoring (rm from conf files) #515

metrics refactoring (rm from conf files)

metrics refactoring (rm from conf files) #515

Workflow file for this run

name: Python package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
env:
CI: true
HF_TOKEN: ${{ secrets.HF_TOKEN }}
strategy:
matrix:
python-version: [3.12.0]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest
- name: Run tests
run: |
python -m pytest tests/