Skip to content

Commit

Permalink
fix tty
Browse files Browse the repository at this point in the history
  • Loading branch information
pindge committed Dec 16, 2022
1 parent caa7aa1 commit 3a0d651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Run test
run: |
docker-compose up -d
docker-compose exec jupyter bash "-c" "cd /; pytest tests/test_notebooks.py"
docker-compose exec -T jupyter bash "-c" "cd /; pytest tests/test_notebooks.py"

0 comments on commit 3a0d651

Please sign in to comment.