Skip to content

Commit

Permalink
move the jupyterlab start point
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Feb 1, 2023
1 parent 0446490 commit 4d05642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Run the jupyter lab server
run: |
jupyter lab &
sleep 6
url=$(jupyter server list | tail -1 | awk '{print $1}')
echo "jupyterlab url is:" $url
Expand All @@ -44,6 +43,7 @@ jobs:
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
jupyter lab &
python3 $GITHUB_WORKSPACE/tests/test.py $url
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4d05642

Please sign in to comment.