Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
ci: fix macos testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Nov 8, 2023
1 parent 4feddda commit 2b6f90b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,17 +145,11 @@ jobs:
# remove zip
rm Themerr-plex.bundle.zip
- name: Set up Python
# dependabot cannot pick up our tags, so use the commit hash
uses: LizardByte/setup-python-action@8851ba6849c1003134ced0581b34204f0c322cad
with:
python-version: '2.7'

- name: Bootstrap Plex server
env:
PLEXAPI_PLEXAPI_TIMEOUT: "60"
id: bootstrap
uses: LizardByte/plexhints@v0.1.2
uses: LizardByte/plexhints@fix(action)-delay-start-of-plex-on-macos
with:
additional_server_queries_put: >-
/system/agents/com.plexapp.agents.imdb/config/1?order=com.plexapp.agents.imdb%2Cdev.lizardbyte.themerr-plex
Expand All @@ -166,6 +160,12 @@ jobs:
without_music: true
without_photos: true

- name: Set up Python
# dependabot cannot pick up our tags, so use the commit hash
uses: LizardByte/setup-python-action@8851ba6849c1003134ced0581b34204f0c322cad
with:
python-version: '2.7'

- name: Install python dependencies
shell: bash
run: |
Expand Down

0 comments on commit 2b6f90b

Please sign in to comment.