Skip to content

Commit 2c2d28d

Browse files
dipinknairDipin Nair
andauthored
FEAT: Cyclic symmetry analysis (#256)
Co-authored-by: Dipin Nair <[email protected]>
1 parent e1e3fbf commit 2c2d28d

File tree

4 files changed

+726
-2
lines changed

4 files changed

+726
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ jobs:
9595
path: doc/_build/html
9696
retention-days: 7
9797

98+
- name: Upload examples
99+
uses: actions/upload-artifact@v4
100+
with:
101+
name: examples-out
102+
path: examples/02_technology_showcase
103+
retention-days: 7
104+
98105
doc-deploy:
99106
name: Documentation deploy
100107
runs-on: ubuntu-latest

.github/workflows/ci_cd_nightly.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ jobs:
111111
path: doc/_build/html
112112
retention-days: 7
113113

114+
- name: Upload example output
115+
uses: actions/upload-artifact@v4
116+
with:
117+
name: examples
118+
path: examples/02_technology_showcase
119+
retention-days: 7
120+
114121
build-failure:
115122
name: Teams notify on failure
116123
if: failure()

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
rev: 1.19.1
1010
hooks:
1111
- id: blacken-docs
12-
additional_dependencies: [black==23.12.1]
12+
additional_dependencies: [black==25.1.0]
1313

1414
- repo: https://github.com/pycqa/isort
1515
rev: 6.0.1
@@ -44,4 +44,4 @@ repos:
4444
hooks:
4545
- id: add-license-headers
4646
args:
47-
- --start_year=2023
47+
- --start_year=2023

0 commit comments

Comments
 (0)