Skip to content

Commit

Permalink
Merge pull request #1447 from xael-fry/1446_remove-python2.x
Browse files Browse the repository at this point in the history
[#1146] test(python): use python 3 for build instead of deprecated python2
  • Loading branch information
xael-fry authored Jul 15, 2023
2 parents 21f5bfb + fa1f7a9 commit c0e166c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
fetch-depth: 0

- name: Set up python 2
uses: actions/setup-python@v2
- name: Set up python 3
uses: actions/setup-python@v3
with:
python-version: '2.x'
python-version: '3.x'
architecture: 'x64'

- name: Set up JDK 17
Expand Down

0 comments on commit c0e166c

Please sign in to comment.