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

MAINT Remove requirements files #240

Merged
merged 9 commits into from
Mar 7, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Address circleCI as well
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Mar 7, 2024
commit 3e6a8b707f5ee8e92494171418d9bf95dadf4f0b
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@ jobs:
- run:
name: setup Python venv
command: |
pip install -r build_requirements.txt
pip install -r doc_requirements.txt
python pip install --upgrade pip spin
python spin setup-submodule
python pip install .[build]
python pip install .[doc]

- run:
name: build scikit-tree
command: |
Expand Down
Loading