Skip to content

Commit

Permalink
Revert "Play with cache"
Browse files Browse the repository at this point in the history
This reverts commit 8698c10.
  • Loading branch information
edeno committed Oct 17, 2023
1 parent 8698c10 commit 84c10f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PR-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ 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 84c10f7

Please sign in to comment.