We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4854e8c commit 472e5c2Copy full SHA for 472e5c2
.github/workflows/run-notebook-tests-workflow.yaml
@@ -38,5 +38,5 @@ jobs:
38
- name: Set up memcached
39
uses: niden/actions-memcached@v7
40
- name: Test Notebooks
41
- run: tox -e notebook-tests --splits ${{ inputs.split_size }} --group ${{ inputs.group_number }}
+ run: tox -e notebook-tests -- --splits ${{ inputs.split_size }} --group ${{ inputs.group_number }}
42
0 commit comments