Skip to content

Commit

Permalink
Try conda and pip install RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
ramajoballester committed Mar 19, 2024
1 parent b7e256b commit d037fa2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ version: "2"
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
jobs:
pre_install:
- bash ./docs/scripts/pre_install.sh
python: "mambaforge-22.9"
# jobs:
# pre_install:
# - bash ./docs/scripts/pre_install.sh


conda:
environment: environment.yml

# Equivalent to `pip install .[docs]`
python:
Expand Down
8 changes: 8 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: pyaligner_env
channels:
- defaults
dependencies:
- python=3.9
- montreal-forced-aligner
- pyqt
prefix: pyaligner_env

0 comments on commit d037fa2

Please sign in to comment.