From 20e404206722d29e0191745377bd3ac8ebcae4bd Mon Sep 17 00:00:00 2001 From: John Garrett Date: Thu, 19 Dec 2024 23:34:04 -0800 Subject: [PATCH] Try to fix ci action --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caf0c44..2c4610d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,14 @@ jobs: run: shell: bash -l {0} steps: - - uses: actions/checkout@v2 - - uses: conda-incubator/setup-miniconda@v2 + - name: Git clone + uses: actions/checkout@v2 + - name: Set up virtual environment + uses: conda-incubator/setup-miniconda@v2 with: python-version: ${{ matrix.python-version }} + channels: defaults, conda-forge + miniconda-version: "latest" - name: Cache pip uses: actions/cache@v2 with: