8000 Potentially fix Python version error · TheAlgorithms/scripts@838ea73 · GitHub
[go: up one dir, main page]

Skip to content

Commit 838ea73

Browse files
Potentially fix Python version error
Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
1 parent 9750198 commit 838ea73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

directory_md/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: 3.10 # or whatever version you support
29+
python-version: '3.10' # or whatever version you support
3030
- name: Running the formatter
3131
shell: bash
3232
run: |

0 commit comments

Comments
 (0)
0