Skip to content

Commit

Permalink
Use latest python version supported by GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
aggarw13 committed Jul 28, 2021
1 parent e150c88 commit 0af6a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Setup python environment
uses: actions/setup-python@v2
with:
python-version: '3.7.x'
python-version: '3.x'
- name: Checkout the FreeRTOS/FreeRTOS repository for testing action on.
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 0af6a29

Please sign in to comment.