mirror of
https://github.com/django/django.git
synced 2025-01-03 06:55:47 +00:00
Pinned Miniforge in benchmark workflow.
This commit is contained in:
parent
8dd3f7d538
commit
ccd6e13cc9
5
.github/workflows/benchmark.yml
vendored
5
.github/workflows/benchmark.yml
vendored
@ -17,6 +17,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: django/django-asv
|
repository: django/django-asv
|
||||||
path: "."
|
path: "."
|
||||||
|
- name: Setup Miniforge
|
||||||
|
uses: conda-incubator/setup-miniconda@v3
|
||||||
|
with:
|
||||||
|
miniforge-version: "24.1.2-0"
|
||||||
|
activate-environment: asv-bench
|
||||||
- name: Install Requirements
|
- name: Install Requirements
|
||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
- name: Cache Django
|
- name: Cache Django
|
||||||
|
Loading…
Reference in New Issue
Block a user