Skip to content

Commit

Permalink
Have PR python use version specified in .python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
biojerm committed Dec 10, 2024
1 parent b846b7b commit d6eebf7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
fetch-depth: 0

- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
uses: actions/setup-python@v5
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run testcases
Expand Down

0 comments on commit d6eebf7

Please sign in to comment.