Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean up project root #370

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
372 changes: 0 additions & 372 deletions .pylintrc

This file was deleted.

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
Loading
Loading