Skip to content

Commit

Permalink
Changed python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoroney committed Nov 24, 2024
1 parent da11993 commit 31ccf45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
steps:
- name: Checkout AutoSubs Repo Code
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.12.7'

- name: Display Python version
run: python --version

- name: Package Python Server
run: |
Expand Down

0 comments on commit 31ccf45

Please sign in to comment.