mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-22 15:44:59 +00:00
Fix CI tests for python-libdiscid
python-libdiscid 2.0 no longer supports Python 3.5, skip the test with this version
This commit is contained in:
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user