Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Jul 8, 2024
1 parent 25f0c63 commit c14ddc7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Please:
- [ ] Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:

```python
import brainunit as bu
import dendritex
```

- [ ] If applicable, include full error messages/tracebacks.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature Request
about: Suggest a new idea or improvement for ``brainunit``
about: Suggest a new idea or improvement for ``dendritex``
title: ''
labels: enhancement
assignees: ''
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
pip install . --no-cache-dir
- name: Test with pytest
run: |
pytest brainunit/
pytest dendritex/
test_macos:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
pip install .
- name: Test with pytest
run: |
pytest brainunit/
pytest dendritex/
test_windows:
Expand Down Expand Up @@ -110,4 +110,4 @@ jobs:
pip install . --no-cache-dir
- name: Test with pytest
run: |
pytest brainunit/ -p no:faulthandler
pytest dendritex/ -p no:faulthandler

0 comments on commit c14ddc7

Please sign in to comment.