Skip to content

Commit

Permalink
pre-commit_v2.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yucelz committed Apr 30, 2024
1 parent f7e38a1 commit 7bacde0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pre-commit_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:
pre-commit-v2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Set up Python
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax.
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7bacde0

Please sign in to comment.