Skip to content

Commit 4f9f4ff

Browse files
committed
fix option name
1 parent 8b8450d commit 4f9f4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Test run nbclassic
3838
run: |
3939
pip install nbclassic
40-
pip install --force-install "."
40+
pip install --force-reinstall "."
4141
4242
# Make sure we can start and kill the nbclassic server
4343
jupyter nbclassic --no-browser &

0 commit comments

Comments
 (0)