Skip to content

Commit 8200720

Browse files
Removing ruamel.yaml in github workflow.
1 parent 4ca335d commit 8200720

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
pip install accelerator-toolbox
3333
pip install pyaml
3434
pip install flake8 pytest
35-
pip install ruamel.yaml
3635
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3736
- name: Lint with flake8
3837
run: |

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ dependencies = [
4444
"scipy>=1.7.3",
4545
"accelerator-toolbox>=0.6.1",
4646
"PyYAML>=6.0.2",
47-
"pydantic>=2.11.7",
48-
"ruamel.yaml"
47+
"pydantic>=2.11.7"
4948
]
5049

5150
[project.optional-dependencies]

0 commit comments

Comments
 (0)