Skip to content

Improve lz and narwhal code #268

Improve lz and narwhal code

Improve lz and narwhal code #268

Workflow file for this run

# .github/workflows/tests.yml
name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip install nox==2021.6.6
- run: pip install poetry==1.1.6
- run: nox -s black_check
- run: nox -s tests