summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-09-12 11:45:05 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-09-13 14:08:01 +0200
commitccd6e13cc9248b5f54275020119e76211002e2ff (patch)
tree53b5bb660511612e3f76a27986718b55ec60790b /.github
parent8dd3f7d538320f6f94210e4944fc8d39c4a9967b (diff)
Pinned Miniforge in benchmark workflow.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/benchmark.yml5
1 files changed, 5 insertions, 0 deletions
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