Skip to content

Improve description and examples of functions and sets (#42) #43

Improve description and examples of functions and sets (#42)

Improve description and examples of functions and sets (#42) #43

Workflow file for this run

name: Test Python
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0} # Essential for Conda environment activation
steps:
- uses: actions/checkout@v7
- uses: conda-incubator/setup-miniconda@v4
with:
activate-environment: mathoptformat
environment-file: python/environment.yml
- run: python -m pytest ./python/run_pulp.py
- run: python ./python/mof.py