Skip to content

Commit 3313bb5

Browse files
authored
Revert "FEAT: Cyclic symmetry analysis" (#262)
1 parent 2c2d28d commit 3313bb5

File tree

4 files changed

+2
-726
lines changed

4 files changed

+2
-726
lines changed

.github/workflows/ci_cd.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,6 @@ 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-
10598
doc-deploy:
10699
name: Documentation deploy
107100
runs-on: ubuntu-latest

.github/workflows/ci_cd_nightly.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,6 @@ 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-
121114
build-failure:
122115
name: Teams notify on failure
123116
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==25.1.0]
12+
additional_dependencies: [black==23.12.1]
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)