Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

build(deps): update bitsandbytes requirement from ~=0.41.3 to ~=0.42.… #485

build(deps): update bitsandbytes requirement from ~=0.41.3 to ~=0.42.…

build(deps): update bitsandbytes requirement from ~=0.41.3 to ~=0.42.… #485

Workflow file for this run

name: Codecov
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
coverage:
name: coverage
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- name: Install dependencies
run: make install
- name: Run coverage
run: make test-coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3