Skip to content

Commit

Permalink
Update CI/CD element name
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Nov 29, 2023
1 parent 5a7a9de commit 812e668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: Run style tests
run: |
python_version=${{matrix.py_ver}}
black element_miniscope --check --verbose --target-version py${python_version//.}
black element_facemap --check --verbose --target-version py${python_version//.}
black notebooks --check --verbose --target-version py${python_version//.}

0 comments on commit 812e668

Please sign in to comment.