Skip to content

Commit

Permalink
Fix CI lint python version
Browse files Browse the repository at this point in the history
  • Loading branch information
slowaner committed Nov 13, 2023
1 parent cf35800 commit b078def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-branch.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Validate
on: [push]
on: [ push ]

jobs:
lint:
strategy:
fail-fast: false
matrix:
python-version: [ '3.11' ]
python-version: [ '3.8' ] # use minimum supported version
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
timeout-minutes: 5
Expand Down

0 comments on commit b078def

Please sign in to comment.