Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS committed Apr 19, 2023
1 parent 3e790cc commit 9a24ebc
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ jobs:
steps:
- uses: actions/checkout@v2

# Install dependencies
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: actions/checkout@v2

- name: Install dependencies
run: |
pip install -r binder/requirements.txt
- name: Setup mamba environment to run notebooks
uses: mamba-org/provision-with-micromamba@main
with:
environment-file: binder/environment.yml
extra-specs: |
jupyter-book
# Build the book
- name: Build the book
Expand Down

0 comments on commit 9a24ebc

Please sign in to comment.