From ccd6e13cc9248b5f54275020119e76211002e2ff Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:45:05 +0200 Subject: [PATCH] Pinned Miniforge in benchmark workflow. --- .github/workflows/benchmark.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 27cac36b23..0d5ec23550 100644 --- a/.github/workflows/benchmark.yml +++ b/.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