Skip to content

Commit

Permalink
Updating CI workflow definition
Browse files Browse the repository at this point in the history
  • Loading branch information
lunasilvestre committed Oct 19, 2023
1 parent 26d859a commit 3e88675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Check code formatting with black
run: |
black --check modules/ tests/ examples/ validation/
black --check ee_lst/ tests/ examples/ validation/
# - name: Run tests
# run: |
Expand Down

0 comments on commit 3e88675

Please sign in to comment.