Skip to content

Commit

Permalink
Merge pull request #164 from moorepants/mamba-action
Browse files Browse the repository at this point in the history
Use setup-micromamba action.
  • Loading branch information
moorepants authored Jan 19, 2024
2 parents 555fe19 + 4508a7b commit 97eccaf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ env:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
cache-downloads: true
cache-env: true
environment-file: multibody-book-env.yml
environment-name: multibody-book
cache-environment: true
cache-downloads: true

- name: Install apt dependencies
run: |
sudo apt install texlive texlive-xetex latexmk fonts-freefont-otf
sudo apt-get install texlive texlive-xetex latexmk fonts-freefont-otf
- name: Build the website & PDF
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 97eccaf

Please sign in to comment.