Skip to content

Commit

Permalink
Merge pull request #7 from gitter-lab/conda-env
Browse files Browse the repository at this point in the history
Update conda environment
  • Loading branch information
agitter authored Dec 6, 2023
2 parents 6f641a9 + 7795389 commit df4e2ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
environment-file: environment.yml
auto-activate-base: false
miniconda-version: 'latest'
# Log conda environment contents
- name: Log conda environment
shell: bash --login {0}
run: conda list
# Tests that the regression training code runs in the conda environment
- name: Train regression example
shell: bash --login {0}
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- matplotlib=3.3.1
- seaborn=0.10.1
- pyyaml=5.3.1
- absl-py=0.15.0
- conda-forge::biopandas=0.2.7
- conda-forge::shortuuid=1.0.1
- conda-forge::umap-learn=0.4.0
Expand Down
1 change: 1 addition & 0 deletions environment_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- matplotlib=3.3.1
- seaborn=0.10.1
- pyyaml=5.3.1
- absl-py=0.15.0
- conda-forge::biopandas=0.2.7
- conda-forge::shortuuid=1.0.1
- conda-forge::umap-learn=0.4.0
Expand Down

0 comments on commit df4e2ff

Please sign in to comment.