Skip to content

Commit 5947dc2

Browse files
committed
fix CI
1 parent d5d1ffa commit 5947dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/basictest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
- name: Lint python
4848
run: |
4949
python3 -m pip install ruff
50-
ruff ./src/doc/source/conf.py
51-
ruff ./src/simplebuild_dgcode/*py
50+
ruff ./src/src/doc/source/conf.py
51+
ruff ./src/src/simplebuild_dgcode/*py
5252
#TODO: MORE!!!!
5353
5454
- name: Pip install cmake and pybind11

0 commit comments

Comments
 (0)