Skip to content

Commit

Permalink
ci(test): bump python version and actions/setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
xatier committed Aug 7, 2024
1 parent 0b3dfb9 commit 2656f82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v5
with:
fetch-depth: 2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.12'

- name: Change diff
run: git --no-pager show -m "$GITHUB_SHA" --color
Expand All @@ -37,6 +37,7 @@ jobs:
yapf --version
black --version
pylint --version
mypy --version
vint --version
wormhole --version
set +x

0 comments on commit 2656f82

Please sign in to comment.