Skip to content

Update QA.md

Update QA.md #133

name: Google Colab Compatibility
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
colab-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- name: Install openTEPES
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest highspy
- name: Run tests
run: |
pytest -vv tests/test_run.py