Skip to content

Commit 3f1f931

Browse files
authored
Update python-app.yml
1 parent f4ae53a commit 3f1f931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
4040
- name: Test with pytest
4141
run: |
42-
pytest --nbval # This will run tests inside .ipynb files in the current directory
42+
pytest --nbval tests/test_Literals_in_Python.ipynb # Specify the notebook path to run the tests

0 commit comments

Comments
 (0)