diff --git a/.github/workflows/test_notebook.yaml b/.github/workflows/test_notebook.yaml index ca56e6a..8e979e9 100644 --- a/.github/workflows/test_notebook.yaml +++ b/.github/workflows/test_notebook.yaml @@ -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" \ No newline at end of file + docker-compose exec -T jupyter bash "-c" "cd /; pytest tests/test_notebooks.py" \ No newline at end of file