Skip to content

Commit

Permalink
Install everything from conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 27, 2023
1 parent e47af23 commit b740503
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ dependencies:
- tqdm =4.66.1
- pyzmq =25.1.1
- flux-core
- versioneer =0.29
- pip
- pip:
- versioneer[toml]==0.29
- .
8 changes: 1 addition & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,4 @@ formats: []

# Install pyiron from conda
conda:
environment: .ci_support/environment-docs.yml

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- method: pip
path: .
environment: .ci_support/environment-docs.yml

0 comments on commit b740503

Please sign in to comment.