Skip to content

Commit

Permalink
update python version in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Jun 25, 2022
1 parent 6d2a38d commit c7d9dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all-branches-and-PRs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python version
uses: actions/setup-python@v1
with:
python-version: "3.8.3"
python-version: "3.8.x"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/live-deploy-to-server-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python version
uses: actions/setup-python@v1
with:
python-version: "3.8.3"
python-version: "3.8.x"

- name: Install dependencies
run: |
Expand Down

0 comments on commit c7d9dcc

Please sign in to comment.