Skip to content

Bump joblib from 1.4.2 to 1.5.2 #495

Bump joblib from 1.4.2 to 1.5.2

Bump joblib from 1.4.2 to 1.5.2 #495

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install .[dev]
- name: Run tests
run: |
pytest
- name: Upload to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}