Skip to content

Commit 3ac0ab3

Browse files
committed
use ubuntu-20.04 for js CI
1 parent cf85800 commit 3ac0ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
python -m sphinx -T -E -b html -d ../build/doctrees -D language=en . ../build/html
3737
js:
3838
name: JavaScript
39-
runs-on: ubuntu-latest
39+
# as of #3653 ubuntu-latest wasn't working
40+
runs-on: ubuntu-20.04
4041

4142
steps:
4243
- uses: actions/checkout@v2
@@ -50,7 +51,6 @@ jobs:
5051
**/requirements*.txt
5152
- name: Install dependencies
5253
run: |
53-
sudo apt-get install -y firefox
5454
python -m pip install --upgrade pip
5555
python -m pip install jupyterlab~=3.0
5656
- name: Install node

0 commit comments

Comments
 (0)