Skip to content

Commit cc76d4f

Browse files
committed
Added AT in dependencies
1 parent 2d49574 commit cc76d4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
pip install numpy
3030
pip install scipy
3131
pip install pydantic
32+
pip install accelerator-toolbox
3233
pip install flake8 pytest
3334
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3435
- name: Lint with flake8

0 commit comments

Comments
 (0)