Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
conda-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
Expand All @@ -17,7 +17,7 @@ jobs:
run: |
conda install -y setuptools openturns numpy pytest numpydoc sphinx sphinx-gallery sphinx_rtd_theme pandoc flake8 matplotlib
flake8 --max-line-length=120
python setup.py install
pip install .
pytest
sudo apt install -y texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra
make html -C doc
Expand Down
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[build-system]
requires = [ "setuptools"]
requires = ["setuptools"]

[project]
name = "ottemplate-python"
version = "0.1"
description = "Template"
readme = "README.rst"
dependencies = [ "numpydoc","sphinx_gallery", "sphinx", "matplotlib", "openturns",]
dependencies = ["openturns"]

[project.optional-dependencies]
doc = ["numpydoc", "sphinx-gallery", "sphinx", "matplotlib"]
test = ["pytest"]
5 changes: 0 additions & 5 deletions setup.cfg

This file was deleted.

36 changes: 0 additions & 36 deletions setup.py

This file was deleted.