diff --git a/.github/workflows/test_station.yml b/.github/workflows/test_station.yml index 67c13e8c..083da596 100644 --- a/.github/workflows/test_station.yml +++ b/.github/workflows/test_station.yml @@ -36,7 +36,7 @@ jobs: - name: Test notebooks run: | - python -m pytest --nbmake --overwrite ./drivers_test_notebooks/srs830_test_notebook.ipynb + python -m pytest --nbmake ./drivers_test_notebooks/srs830_test_notebook.ipynb # - name: Archive test results # uses: actions/upload-artifact@v4 # with: