Skip to content

Commit

Permalink
Update github action python version
Browse files Browse the repository at this point in the history
  • Loading branch information
djspstfc committed Jul 18, 2024
1 parent 132123e commit 05c2e6f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/esgf-playground-utils-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: psf/black@stable
with:
options: "--check --verbose"
options: ''--check --verbose'
use_pyproject: true

0 comments on commit 05c2e6f

Please sign in to comment.