Skip to content

Commit

Permalink
Update pull_request.yml
Browse files Browse the repository at this point in the history
bump py
  • Loading branch information
colinsl authored Feb 14, 2024
1 parent bfe7576 commit 5ad1e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup python 3.6
- name: Setup python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.8
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
Expand Down

0 comments on commit 5ad1e17

Please sign in to comment.