Skip to content

Commit

Permalink
use py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jctanner committed Oct 9, 2024
1 parent 9150ca1 commit 37f20e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ jobs:
ref: ${{ github.event.after }} # for PR avoids checking out merge commit
fetch-depth: 0 # include all history

- name: intsall and run lint-po
- uses: actions/setup-python@v4
with:
python-version: "3.11"

- name: install and run lint-po
run: |
pip install lint-po
pip3 install lint-po
lint-po ./galaxy_ng/locale/*/LC_MESSAGES/*.po
lint:
Expand Down

0 comments on commit 37f20e7

Please sign in to comment.