Skip to content

Commit

Permalink
finally identified bug in extra spaces creeping into channel names
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Feb 14, 2024
1 parent 6bf4ac6 commit af64dc4
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 482 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Pip Install
run: |
'${{ steps.cp.outputs.python-path }}' -m pip install -vv -e .[test]
'${{ steps.cp.outputs.python-path }}' -m pip install -v -e .[test]
- name: Test run
run: |
Expand All @@ -44,4 +44,4 @@ jobs:
- name: Test examples
run: |
cd examples
pytest --nbval -v example.ipynb
treon -v example.ipynb
Loading

0 comments on commit af64dc4

Please sign in to comment.