Skip to content

Commit

Permalink
added comment, enabled workflow of sts
Browse files Browse the repository at this point in the history
  • Loading branch information
ddceruti committed Jul 19, 2024
1 parent 2289deb commit 75cd7e0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install dependencies
run: |
conda install coin-or-cbc
# sudo apt-get install coinor-cbc coinor-libcbc-dev
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down
30 changes: 20 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,25 @@ might have to be rewritten (utils.py)

## Contents

* [Description](#description)
* [How to cite](#how-to-cite)
* [Why should I use this?](#why-should-i-use-this)
* [Getting started](#getting-started)
* [Requirements](#requirements)
* [Install](#install)
* [Usage](#usage)
* [Contribute](#contribute)
* [License](#license)
- [topotherm](#topotherm)
- [Intro](#intro)
- [Feature overview](#feature-overview)
- [Contents](#contents)
- [Description](#description)
- [Why should I use this?](#why-should-i-use-this)
- [How to cite](#how-to-cite)
- [Getting Started](#getting-started)
- [Requirements](#requirements)
- [Install](#install)
- [Python](#python)
- [Anaconda or mamba](#anaconda-or-mamba)
- [Solver](#solver)
- [Gurobi](#gurobi)
- [Open-source Alternatives](#open-source-alternatives)
- [Usage](#usage)
- [Contribute](#contribute)
- [Tests](#tests)
- [License](#license)

## Description

Expand Down Expand Up @@ -127,7 +137,7 @@ changes, please open an issue first to discuss what you would like to change.
To run the tests, use pytest.

```Python
pytest test
pytest tests
```

## License
Expand Down

0 comments on commit 75cd7e0

Please sign in to comment.