From 1d5bc2af3cdc947cd60d40fa29fc568056ae0df2 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:28:00 -0400 Subject: [PATCH] restore conda forge --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5d948a837..3e3b494ed 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -15,6 +15,7 @@ jobs: with: auto-update-conda: true python-version: ${{ matrix.python-version }} + channels: conda-forge - uses: actions/checkout@v3 - run: git fetch --prune --unshallow --tags