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

chore(deps): bump numpy from 1.26.3 to 1.26.4 #101

chore(deps): bump numpy from 1.26.3 to 1.26.4

chore(deps): bump numpy from 1.26.3 to 1.26.4 #101

Workflow file for this run

---
name: ci
on: push
jobs:
test-python:
name: test python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install pipenv
- run: pipenv install --dev -v
- run: pipenv run pytest
- run: pipenv run mypy .
- run: pipenv run pylint --fail-under 8.5 herkoole