Skip to content

Commit

Permalink
fix(ci): localization workflow fails to install python-plexapi (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Aug 5, 2023
1 parent 9d54df5 commit ed1ae2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/localize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Set up Python Dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install -r requirements.txt
python -m pip install --upgrade pip setuptools requests
python -m pip install -r requirements.txt # requests is required to install python-plexapi
- name: Update Strings
run: |
Expand Down

0 comments on commit ed1ae2d

Please sign in to comment.