From 26b28984f7a08be60824231ed60367f91e05cb62 Mon Sep 17 00:00:00 2001 From: alessiamarcolini <98marcolini@gmail.com> Date: Thu, 14 Oct 2021 12:20:08 +0200 Subject: [PATCH] Remove pin pooch --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 46c9e335d..46da44734 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -114,7 +114,7 @@ jobs: python -m pip install -e .[testing] python -m pip install flake8==3.8.4 python -m pip install black==21.6b0 - python -m pip install pooch==1.4.0 + python -m pip install pooch python -m pip install bandit==1.7.0 - name: Black Code Style Format Check