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 8c4c2f7 commit 94e4d5cCopy full SHA for 94e4d5c
.github/workflows/main.yml
@@ -24,16 +24,6 @@ jobs:
24
- name: Install the Python dependencies
25
run: |
26
pip install -e .[test]
27
- - name: Install the Python dependencies
+ - name: Run the tests
28
29
- jupyter kernelspec list
30
- symlinks=$(find . -type l| grep -v './git-hooks')
31
- if [[ $(echo $symlinks) ]]; then
32
- echo "Repository contains symlinks which won't work on windows:"
33
- echo $symlinks
34
- echo ""
35
- false
36
- else
37
- true
38
- fi
39
nosetests -v jupyter_server
0 commit comments