Skip to content

Commit

Permalink
Remove notebooks from GHA checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Aug 9, 2024
1 parent bcd6386 commit 76c27b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
- name: Run style tests
run: |
python_version=${{matrix.py_ver}}
black element_interface --check --verbose --target-version py${python_version//.}
black notebooks --check --verbose --target-version py${python_version//.}
black element_interface --check --verbose --target-version py${python_version//.}

0 comments on commit 76c27b0

Please sign in to comment.