Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker-shyam committed Jan 30, 2024
1 parent 0a698f5 commit 59919fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-linter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: python-linter-check
on:
push:
branches: [main, master]
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
Expand All @@ -14,11 +14,11 @@ jobs:
- name: Setup python
uses: actions/setup-python@v3
with:
python-version: 3.6
python-version: 3.12.1

- name: Install depenencies
run: |
python -m pip install --upgrade pip
python -m pip3 install --upgrade pip
pip install flake8
pip install pylint
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 59919fd

Please sign in to comment.