Skip to content

Support searching library from multiple directories #174

Support searching library from multiple directories

Support searching library from multiple directories #174

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions: {}
concurrency:
group: main-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
with:
python-version: "3.12"
- name: Install dependencies
run: python -m pip install -e ".[test]"
- name: Run tests
run: pytest -svra