Skip to content

Commit

Permalink
Play with cache
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Oct 17, 2023
1 parent b25a127 commit 8698c10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/PR-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8698c10

Please sign in to comment.