Skip to content

Commit a910d87

Browse files
authored
Specify python version for CI job (TheAlgorithms#3157)
1 parent d14a5d1 commit a910d87

File tree

2 files changed

+61
-5
lines changed

2 files changed

+61
-5
lines changed

.github/workflows/update_directory.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@master
21-
- uses: actions/setup-python@master
21+
- uses: actions/setup-python@v4
22+
with:
23+
python-version: '3.10'
2224
- name: Update Directory
2325
shell: python
2426
run: |

0 commit comments

Comments
 (0)