Skip to content

Commit

Permalink
update test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyleung521 committed Oct 22, 2023
1 parent 01ac241 commit 833dbe0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
df -h
ulimit -a
# More info on options: https://github.com/marketplace/actions/provision-with-micromamba
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: devtools/conda-envs/test_env.yaml
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/environment-rtd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- networkx
- mock
- pillow
- sphinx==6.2.1 # sphinx 7 breaks "style"
- sphinx
- sphinx_rtd_theme
- pip
- pip:
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ dependencies:
- scikit-learn
- tqdm
- matplotlib
- networkx
- pip:
- pylcs
- ray
- timedinput
- argparse-tui
- networkx

# Testing
- pytest
Expand Down

0 comments on commit 833dbe0

Please sign in to comment.