Skip to content

Commit

Permalink
fix extra_test
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 10, 2023
1 parent 607c618 commit f1f660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
package_spec: "nbclient[test] ipykernel"
package_download_extra_args: "--use-pep517"
test_command: "echo 'hello'"
extra_test: "pytest --pyargs nbclient"
extra_test: "pytest"
env_values: IPYKERNEL_CELL_NAME=\<IPY-INPUT\>

binder_link:
Expand Down

0 comments on commit f1f660a

Please sign in to comment.