Skip to content

simplify

simplify #78

Workflow file for this run

# .github/workflows/tests.yml
name: Tests
on: push
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.8
architecture: x64
- run: sudo apt -y install libeigen3-dev
- run: cd /usr/include && sudo ln -sf eigen3/Eigen Eigen
- run: sudo apt -y install ninja-build
- run: pip install nox==2020.12.31
- run: pip install poetry==1.1.6
tests:
- run: nox

Check failure on line 19 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
- name: Archive code coverage results
uses: actions/upload-artifact@v2
with:
name: test-pmbm-plots
path: tests/PMBM/.images/*.png