Skip to content

Commit

Permalink
Update pre_commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ruwayd99 authored Jan 14, 2024
1 parent 7197092 commit eee7652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
# pip install -r requirements.txt
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v11.5
Expand Down

0 comments on commit eee7652

Please sign in to comment.