Skip to content

Commit

Permalink
Merge pull request #323 from volkamerlab/fix-conda-fail
Browse files Browse the repository at this point in the history
CI fails again with un-descriptive conda error message
  • Loading branch information
dominiquesydow authored Jan 29, 2023
2 parents 1b3c08b + 60d4949 commit 3defbf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,15 @@ jobs:
PACKAGE: teachopencadd

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.cfg.python-version }}
mamba-version: "*"
# Uncomment next line if you are running the tests locally via https://github.com/nektos/act
#miniconda-version: "latest"
miniforge-variant: Mambaforge
miniforge-version: latest
activate-environment: teachopencadd
channel-priority: true
environment-file: devtools/test_env.yml
auto-activate-base: false

- name: Additional info about the build
shell: bash
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@ jobs:
name: Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: conda-incubator/setup-miniconda@v2
with:
python-version: "3.8"
mamba-version: "*"
miniforge-variant: Mambaforge
miniforge-version: latest
activate-environment: teachopencadd
channel-priority: true
environment-file: devtools/test_env.yml
auto-activate-base: false

- name: Additional info about the build
shell: bash
Expand Down

0 comments on commit 3defbf0

Please sign in to comment.