Skip to content

Commit

Permalink
remove .txt files from rtd and gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
theorashid committed Jul 28, 2024
1 parent c429816 commit ef310bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ tasks:
conda init bash && source ~/.bashrc
conda env update -f conda-envs/environment-test.yml -p env
conda activate /workspace/pymc-experimental/env
pip install -r requirements-dev.txt
pip install -e .
pip install -e ."[dev]"
command: |
conda init bash && echo "conda activate /workspace/pymc-experimental/env" >> ~/.bashrc && source ~/.bashrc
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ build:

python:
install:
- requirements: requirements-docs.txt
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- docs

sphinx:
fail_on_warning: false
Expand Down

0 comments on commit ef310bd

Please sign in to comment.