Skip to content

Commit

Permalink
use ubuntu-20.04 for js CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Dec 21, 2022
1 parent cf85800 commit 3ac0ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
python -m sphinx -T -E -b html -d ../build/doctrees -D language=en . ../build/html
js:
name: JavaScript
runs-on: ubuntu-latest
# as of #3653 ubuntu-latest wasn't working
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand All @@ -50,7 +51,6 @@ jobs:
**/requirements*.txt
- name: Install dependencies
run: |
sudo apt-get install -y firefox
python -m pip install --upgrade pip
python -m pip install jupyterlab~=3.0
- name: Install node
Expand Down

0 comments on commit 3ac0ab3

Please sign in to comment.