Skip to content

Commit 94e4d5c

Browse files
committed
Simplify github actions
1 parent 8c4c2f7 commit 94e4d5c

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ jobs:
2424
- name: Install the Python dependencies
2525
run: |
2626
pip install -e .[test]
27-
- name: Install the Python dependencies
27+
- name: Run the tests
2828
run: |
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
3929
nosetests -v jupyter_server

0 commit comments

Comments
 (0)