From 8698c108d112844424376c6dadb4d6affadb8220 Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Tue, 17 Oct 2023 16:19:10 -0700 Subject: [PATCH] Play with cache --- .github/workflows/PR-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/PR-test.yml b/.github/workflows/PR-test.yml index a37f92a..3e43c8d 100644 --- a/.github/workflows/PR-test.yml +++ b/.github/workflows/PR-test.yml @@ -25,13 +25,12 @@ jobs: - name: Set up conda environment uses: conda-incubator/setup-miniconda@v2 with: - python-version: ${{ matrix.python }} miniforge-version: latest use-mamba: true channels: conda-forge, franklab, edeno, defaults channel-priority: true activate-environment: replay_trajectory_classification - environment-file: environment.yml + - name: Install replay_trajectory_classification shell: bash -l {0} run: |