👷 Setup python

This commit is contained in:
Nikhil Badyal
2024-04-20 18:11:44 +05:30
parent 7310bd180e
commit 218e0984fc
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@main
- name: setup python
- name: Setup python
uses: actions/setup-python@main
with:
python-version: '3.12.3'