Skip to content

Commit 5cdc0f9

Browse files
committed
Try to fix CD/CI
1 parent 663e526 commit 5cdc0f9

File tree

7 files changed

+89
-173
lines changed

7 files changed

+89
-173
lines changed

.flake8

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/python-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
python -m pip install .[dev]
3131
- name: ruff
3232
uses: astral-sh/ruff-action@v3
33-
run: |
34-
ruff check --fix
35-
ruff format
3633
- name: pytest
3734
run: |
3835
pytest

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
myst_url_schemes = ("http", "https", "mailto")
4242

4343
# myst_nb
44-
# nb_execution_mode = "off"
44+
nb_execution_mode = "off"
4545

4646
# -- Options for HTML output -------------------------------------------------
4747
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

docs/notebooks/mechanics.ipynb

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

docs/notebooks/orientation.ipynb

Lines changed: 78 additions & 111 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fiberpy"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Computional methods for fiber-reinforced composites"
99
readme = "README.md"
1010
authors = [

tasks.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)