Skip to content

Commit

Permalink
Add mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Aug 10, 2023
1 parent ec54ad8 commit 574e68f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install/Configure mamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
init-shell: bash
cache-environment: true
post-cleanup: 'all'
- name: Install python packages
run: pip install -U sphinx CMinx myst-parser sphinx_rtd_theme
- name: ⬇️ Setup CMake
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: docs
channels:
- conda-forge
dependencies:
- python

0 comments on commit 574e68f

Please sign in to comment.