Skip to content

MNT: try to force dependabot to re-index us #326

MNT: try to force dependabot to re-index us

MNT: try to force dependabot to re-index us #326

Workflow file for this run

name: lint_python
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r requirements/dependencies.txt || true
- run: shopt -s globstar
# - run: pip install safety && safety check