Skip to content

Commit

Permalink
[playframework#1146] test(python): use python 3 for build instead of …
Browse files Browse the repository at this point in the history
…deprecated python2
  • Loading branch information
xael-fry committed Jul 14, 2023
1 parent 21f5bfb commit fa1f7a9
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 fa1f7a9

Please sign in to comment.