Skip to content

Bump strax from 1.3.0 to 1.6.0 in /extra_requirements #281

Bump strax from 1.3.0 to 1.6.0 in /extra_requirements

Bump strax from 1.3.0 to 1.6.0 in /extra_requirements #281

Workflow file for this run

name: Python style
on:
pull_request:
types: [ opened ]
jobs:
qa:
name: Quality check
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.8
- name: Change __all__ exports for pyflake
run: |
bash .github/scripts/pre_pyflakes.sh
- name: Wemake Python Stylguide
uses: wemake-services/[email protected]
continue-on-error: true
with:
reporter: 'github-pr-review'
env:
NUMBA_DISABLE_JIT: 1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}