Skip to content

Commit

Permalink
Fix mamba create option name
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Dec 22, 2023
1 parent 97f872e commit 4f988c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
pre_build:
- python ./docs/pre_build/generate_math.py
pre_create_environment:
- mamba create -n base -c conda-forge -c nodefaults python=3.12 -f requirements/docs.txt -f requirements/base.txt
- mamba create -n base -c conda-forge -c nodefaults python=3.12 --file requirements/docs.txt --file requirements/base.txt
post_create_environment:
- pip install --no-deps .

Expand Down

0 comments on commit 4f988c1

Please sign in to comment.