mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-23 04:03:05 +00:00
Fix test dependency
This commit is contained in:
parent
38837a8c88
commit
3fd25be433
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -154,7 +154,7 @@ jobs:
|
|||
coverage:
|
||||
name: Process test coverage
|
||||
runs-on: ubuntu-latest
|
||||
needs: pytest
|
||||
needs: pytest-unclaimed
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7]
|
||||
|
|
Loading…
Reference in a new issue