Skip to content

Commit

Permalink
Update deploy-book.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer authored Jan 26, 2025
1 parent 5458592 commit 30cf904
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/deploy-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Create conda environment
uses: mamba-org/setup-micromamba@v2
# Install dependencies
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
cache-downloads: true
cache-downloads-key: "${{runner.os}}-${{runner.arch}}"
environment-file: eval-book/environment.yml
create-args: >-
python=3.11
python-version: 3.11

- name: Install dependencies
run: |
pip install jupyter-book
# Build the book
- name: Build the book
Expand Down

0 comments on commit 30cf904

Please sign in to comment.