Skip to content

Commit

Permalink
[fix] Resolve issues with style checks for nightly releases (#3190)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihran113 authored Jul 16, 2024
1 parent 3b08130 commit 204d4fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
- name: code style checks
run: |
flake8 aim
set -e
ruff check .
ruff format . --check
- name: unit-tests
run: |
Expand Down

0 comments on commit 204d4fe

Please sign in to comment.