Skip to content

fix: force nng checkout #153

fix: force nng checkout

fix: force nng checkout #153

Workflow file for this run

name: smoketest
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.8' ]
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: sudo apt update
- run: sudo apt install -y ninja-build
- run: pip install -v -e '.[dev]'
- run: pytest -v test