summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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