Browse Source

Pinned Miniforge in benchmark workflow.

Sarah Boyce 6 months ago
parent
commit
ccd6e13cc9
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/benchmark.yml

+ 5 - 0
.github/workflows/benchmark.yml

@@ -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