From e3fd511c6c8b25b187a0a47795726be0a609f056 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Thu, 11 Jul 2024 16:01:23 +0200 Subject: [PATCH] CI: specify audb version in minimum test (#451) --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9473ffc4..5d528d74 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,6 +59,9 @@ jobs: pip install "pandas==2.1.0" pip install "pyarrow==10.0.1" pip install "pyyaml==5.4.1" + # need to use an audb version in the test, + # that supports audeer==2.0.0 + pip install "audb==1.7.4" if: matrix.requirements == 'minimum' - name: Test with pytest