From 0ebde602619d096a0facc18359da6c455fd693ad Mon Sep 17 00:00:00 2001 From: Joe Filippazzo Date: Wed, 11 Sep 2024 12:01:38 -0400 Subject: [PATCH] Adding conda channel to CI file --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e4154b..7ea3223 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ jobs: SEDkit-CI: name: Python - ${{ matrix.python-version }} + channels: + - conda-forge + - defaults runs-on: ${{ matrix.os }} strategy: max-parallel: 5