Skip to content

Commit

Permalink
Merge pull request #3717 from vraravam/python-maintenance
Browse files Browse the repository at this point in the history
Removed hardcoding of python version so that maintenance can be done in a single place (.python-version)
  • Loading branch information
mr-cheff authored Dec 18, 2024
2 parents 0bd3406 + aa8165d commit 05a2a5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
# note: This will use the version defined in '.python-version' by default

- name: Setup Git
run: |
Expand Down

0 comments on commit 05a2a5d

Please sign in to comment.