Skip to content

Merge pull request #21 from wouterbles/update-deps #54

Merge pull request #21 from wouterbles/update-deps

Merge pull request #21 from wouterbles/update-deps #54

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: 3.8
- name: Run pytest
shell: bash -l {0}
run: |
pip install pyaugmecon
conda install pytest glpk six
pytest tests/ga