Skip to content

Commit

Permalink
support the latest ubuntu (#320)
Browse files Browse the repository at this point in the history
* change upload artifact to v4 in build_book.yml

* update to ubuntu-latest in build-book.yml

* change package names, and remove some

---------

Co-authored-by: Seo Kim <[email protected]>
  • Loading branch information
seohyonkim and Seo Kim authored Jan 24, 2025
1 parent 53ae3e4 commit 3a70409
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build-book:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
run: make

pdfhtml:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Build PDF from HTML (Docs)
run: make pdf

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: PDF_HTML
path: jupyter-book/_build/pdf/book.pdf
6 changes: 2 additions & 4 deletions .github/workflows/pyppeteer_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
gconf-service
libasound2
libasound2t64
libatk1.0-0
libatk-bridge2.0-0
libc6
Expand All @@ -9,7 +8,6 @@ libdbus-1-3
libexpat1
libfontconfig1
libgcc1
libgconf-2-4
libgdk-pixbuf2.0-0
libglib2.0-0
libgtk-3-0
Expand All @@ -32,7 +30,7 @@ libxss1
libxtst6
ca-certificates
fonts-liberation
libappindicator1
libappindicator3-1
libnss3
lsb-release
xdg-utils
Expand Down

0 comments on commit 3a70409

Please sign in to comment.