Skip to content

Commit

Permalink
Update python code check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
krahets committed Nov 2, 2023
1 parent 482e394 commit 8dbfc69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Lint with black
run: |
black codes/python
- name: Build with py_compile
- name: Test python code
run: |
python codes/python/build.py
python codes/python/test_all.py
File renamed without changes.

0 comments on commit 8dbfc69

Please sign in to comment.