Removed hardcoding of python version so that maintenance can be done in a single place (.python-version)

This commit is contained in:
Vijay A
2024-12-13 21:23:24 +05:30
parent a9fb598134
commit aa8165d81a

View File

@@ -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: |