Skip to content

Commit

Permalink
Basic CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emarinri committed Nov 10, 2024
1 parent 6c813f9 commit e68460d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 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:
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: 'latest'
environment-file: devtools/conda-envs/test_env.yaml
condarc: |
channels:
Expand Down
19 changes: 1 addition & 18 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,4 @@ channels:
- defaults
dependencies:
# Base depends
- python
- pip
- numpy
- parmed
- networkx
- foyer >= 0.7.6
- pytest
- pytest-cov
- codecov
- mbuild >= 0.11.0
- openbabel
- cassandra >= 1.2.5
- unyt >= 2.4
- pandas >= 1.0
- garnett
- pycifrw
- constrainmol
- gmso >= 0.11.1
- python

0 comments on commit e68460d

Please sign in to comment.