From 6034d904fd107b37c966c4cbf719d06112cd7ba0 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Thu, 2 May 2024 07:15:55 +0100 Subject: [PATCH] Add filelock as explicit test dependencies since rosettasciio needs it --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3c068f..58892e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ permissions: env: MPLBACKEND: 'agg' # pin pytest to 7.4.4 to get the test suite of pyxem to work - TEST_DEPS: pytest==7.4.4 pytest-qt pytest-xdist pytest-rerunfailures pytest-mpl + TEST_DEPS: pytest==7.4.4 pytest-qt pytest-xdist pytest-rerunfailures pytest-mpl filelock jobs: create_release_job: