Skip to content

Commit

Permalink
Update python version used in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Jan 17, 2025
1 parent 34c9d4d commit 33c4bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Checkout Code Repository
uses: actions/checkout@v3

- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.11"

- name: Install and Run Pre-commit
uses: pre-commit/action@v3.0.0
Expand Down

0 comments on commit 33c4bee

Please sign in to comment.