From 3abcd2ac90ecb01ac7f64071af600f803eab6a21 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Mon, 5 Feb 2024 22:58:57 +0000 Subject: [PATCH] tests: fix asv - vis. https://github.com/airspeed-velocity/asv/issues/1323 --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 6871945b..16dc1316 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -37,7 +37,7 @@ jobs: python-version: '3.x' - name: Install run: | - pip install -U wheel + pip install -U wheel packaging pip install -U virtualenv asv git checkout master && git checkout - asv machine --machine github-actions --yes @@ -73,7 +73,7 @@ jobs: python-version: '3.x' - name: Install run: | - pip install -U wheel + pip install -U wheel packaging pip install -U virtualenv asv git checkout master && git checkout - asv machine --machine github-actions --yes