Skip to content

Commit

Permalink
remove pymodelrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
Delcior committed Aug 26, 2023
1 parent 2d9516f commit 66e328a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 83 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[tests,examples]
pip install -e .[tests]
pip install pylint pytest matplotlib
- name: Analysing the code with pylint
run: |
Expand Down Expand Up @@ -135,7 +135,6 @@ jobs:
with:
name: plots
path: plots
- run: python -m modelrunner examples/pymodelrunner.py

dist:
runs-on: ubuntu-latest
Expand Down
78 changes: 0 additions & 78 deletions examples/pymodelrunner.py

This file was deleted.

3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,5 @@ tests = [
"pytest-timeout",
"matplotlib",
]
examples = [
"py-modelrunner",
]


0 comments on commit 66e328a

Please sign in to comment.