Skip to content

Commit

Permalink
Try using conda-lock.yml to build JupyterBook
Browse files Browse the repository at this point in the history
Use dependencies from lockfile rather than environment.yml file.
  • Loading branch information
weiji14 committed Jul 3, 2024
1 parent 0214c8b commit 3f72322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: conda-incubator/[email protected]
with:
activate-environment: egu22pygmt
environment-file: environment.yml
environment-file: conda-lock.yml
python-version: ${{ matrix.python-version }}
channels: conda-forge
channel-priority: strict
Expand Down

0 comments on commit 3f72322

Please sign in to comment.