Skip to content

Commit

Permalink
created a test_env.yml file with mamba env export --from-history, w…
Browse files Browse the repository at this point in the history
…hich only puts the installs that were included via `mamba install ...`, rather than all packages installed
  • Loading branch information
tlfobe authored and tlfobe committed Feb 28, 2024
1 parent 03457e6 commit 7626092
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install conda environment
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
environment-file: test_env.yml
create-args: >-
python=${{ matrix.python-version }}
- name: Install dependencies
Expand Down
29 changes: 29 additions & 0 deletions test_env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: terphenyl
channels:
- conda-forge
- omnia
dependencies:
- python
- pip
- pyyaml
- mbuild=0.14.2
- mdtraj
- numpy
- matplotlib
- scikit-learn
- tqdm
- mdanalysis
- signac
- signac-flow
- panedr
- pandas
- seaborn
- openff-toolkit
- mbuild ==0.14
- rdkit
- ca-certificates
- certifi
- openssl
- pytest
- openbabel
prefix: /home/lenny/miniforge3/envs/terphenyl

0 comments on commit 7626092

Please sign in to comment.