Skip to content

Commit

Permalink
[CI] install python 3.12, remove ubuntu-24.04 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jul 14, 2024
1 parent 61dc0d3 commit de583c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,11 @@ jobs:
java-version: 17
- uses: android-actions/setup-android@v3

# @TODO: remove --break-system-packages once python is sorted
- run: pip3 install adbPullAs --break-system-packages
- name: setup python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
- run: pip3 install adbPullAs

- name: Enable KVM group perms
run: |
Expand Down

0 comments on commit de583c5

Please sign in to comment.