Skip to content

Update benchmark app #343

Update benchmark app

Update benchmark app #343

Workflow file for this run

name: fireci
on:
pull_request:
paths:
- 'ci/**'
- '.github/workflows/fireci.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
fireci:
name: "fireci tests"
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: '3.8'
- run: |
pip install -e "ci/fireci[test]"
- run: |
pytest ci/fireci
- run: |
mypy --config-file ci/fireci/setup.cfg ci/fireci/