Skip to content

Commit

Permalink
more cleanup of env (defaults bad) and other CI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Sep 15, 2023
1 parent 240c679 commit 4747750
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
ulimit -a
# More info on options: https://github.com/marketplace/actions/provision-with-micromamba
- uses: mamba-org/provision-with-micromamba@main
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
channels: conda-forge,defaults
extra-specs: |
cache-environment: true
cache-downloads: true
create-args: >-
python=${{ matrix.python-version }}
- name: Install package
Expand Down
6 changes: 1 addition & 5 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: test
channels:
- conda-forge

- defaults
dependencies:
# Base depends
- python
Expand All @@ -22,15 +20,13 @@ dependencies:
- openff-units
- pint

# Testing
# Testing
- pytest
- pytest-cov
- codecov
- qcelemental=0.25.1
- qcportal
- requests

# Pip-only installs
- pip:
- pedantic
# - codecov

0 comments on commit 4747750

Please sign in to comment.