From 5bee7281d0e2baea822318f25bdf40bbf18f203f Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Thu, 11 Feb 2021 16:46:03 +0100 Subject: [PATCH] Fix CI tests for python-libdiscid python-libdiscid 2.0 no longer supports Python 3.5, skip the test with this version --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 67d6f1b29..120205179 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -33,7 +33,7 @@ jobs: pip install pytest pytest-randomly pytest-cov pytest --verbose --cov=picard --cov-report xml:coverage.xml test - name: Test python-libdiscid (Linux) - if: runner.os == 'Linux' + if: runner.os == 'Linux' && matrix.python-version != '3.5' run: | sudo apt-get update sudo apt-get install libdiscid-dev