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

ci: use new LizardByte setup python action #174

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ jobs:
with:
path: Themerr-plex.bundle

- name: Install Python 2.7
uses: LizardByte/.github/actions/setup_python2@nightly
- name: Set up Python
uses: LizardByte/action-setup-python@master
with:
python-version: '2.7'

- name: Set up Python 2.7 Dependencies
- name: Set up Python Dependencies
shell: bash
working-directory: Themerr-plex.bundle
run: |
Expand Down Expand Up @@ -143,7 +145,9 @@ jobs:
rm Themerr-plex.bundle.zip

- name: Set up Python
uses: LizardByte/.github/actions/setup_python2@nightly
uses: LizardByte/action-setup-python@master
with:
python-version: '2.7'

- name: Bootstrap Plex server
env:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/localize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install Python 2.7
uses: LizardByte/.github/actions/setup_python2@nightly
- name: Set up Python
uses: LizardByte/action-setup-python@master
with:
python-version: '2.7'

- name: Set up Python Dependencies
run: |
Expand Down
Loading