Skip to content

Update deps

Update deps #53

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