Skip to content

Commit 2cd7b1b

Browse files
CI test script updated. (#34)
1 parent a96dc46 commit 2cd7b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
5959
- name: Lint with flake8 and black
6060
run: |
61-
python -m tests.run_code_style check
61+
python -m scripts.run_code_style check
6262
6363
- name: Run tests.
6464
run: |
65-
python -m tests.run_tests
65+
python -m scripts.run_tests

0 commit comments

Comments
 (0)