Skip to content

Bump plexapi from 4.13.4 to 4.15.0 #525

Bump plexapi from 4.13.4 to 4.15.0

Bump plexapi from 4.13.4 to 4.15.0 #525

Workflow file for this run

name: Test
on:
- pull_request
env:
DEFAULT_PYTHON: 3.7
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- name: Check out source repository
uses: actions/checkout@v3
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: pip
- name: Install dependencies (pip)
run: python -m pip install -r requirements.txt -r requirements.pipenv.txt
- name: Install dependencies (pipenv)
run: pipenv install --deploy
- name: "Test: Info"
run: ./plextraktsync.sh info
# vim:ts=2:sw=2:et