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 cf85800 commit 3ac0ab3Copy full SHA for 3ac0ab3
.github/workflows/tests.yml
@@ -36,7 +36,8 @@ jobs:
36
python -m sphinx -T -E -b html -d ../build/doctrees -D language=en . ../build/html
37
js:
38
name: JavaScript
39
- runs-on: ubuntu-latest
+ # as of #3653 ubuntu-latest wasn't working
40
+ runs-on: ubuntu-20.04
41
42
steps:
43
- uses: actions/checkout@v2
@@ -50,7 +51,6 @@ jobs:
50
51
**/requirements*.txt
52
- name: Install dependencies
53
run: |
- sudo apt-get install -y firefox
54
python -m pip install --upgrade pip
55
python -m pip install jupyterlab~=3.0
56
- name: Install node
0 commit comments