Skip to content

Commit

Permalink
fix: lfs in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne de Montalivet committed Dec 7, 2023
1 parent 0d1d3b5 commit f11762c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ jobs:
python-version: ["3.9"]

name: build-doc_python-${{ matrix.python-version }}
with:
lfs: 'true'
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: 'mmio'
python-version: ${{ matrix.python-version }}
environment-file: ${{ env.CONDA_ENV }}
lfs: true
- name: Install extra dependencies
shell: bash -el {0}
run: poetry install --with dev
Expand Down

0 comments on commit f11762c

Please sign in to comment.