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

Commit

Permalink
ci: use new LizardByte setup python action (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Oct 6, 2023
1 parent 964b3b9 commit 4778272
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
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

0 comments on commit 4778272

Please sign in to comment.