Skip to content

Commit

Permalink
Pinned Miniforge in benchmark workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahboyce committed Sep 13, 2024
1 parent 8dd3f7d commit ccd6e13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
repository: django/django-asv
path: "."
- name: Setup Miniforge
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: "24.1.2-0"
activate-environment: asv-bench
- name: Install Requirements
run: pip install -r requirements.txt
- name: Cache Django
Expand Down

0 comments on commit ccd6e13

Please sign in to comment.