Skip to content

Commit 472e5c2

Browse files
committed
fix missing dashes in ci config
1 parent 4854e8c commit 472e5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-notebook-tests-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- name: Set up memcached
3939
uses: niden/actions-memcached@v7
4040
- name: Test Notebooks
41-
run: tox -e notebook-tests --splits ${{ inputs.split_size }} --group ${{ inputs.group_number }}
41+
run: tox -e notebook-tests -- --splits ${{ inputs.split_size }} --group ${{ inputs.group_number }}
4242

0 commit comments

Comments
 (0)