mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-13 16:15:31 +08:00
Specify python version for CI job (#3157)
This commit is contained in:

committed by
GitHub

parent
d14a5d1eed
commit
a910d8754e
4
.github/workflows/update_directory.yml
vendored
4
.github/workflows/update_directory.yml
vendored
@ -18,7 +18,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-python@master
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Update Directory
|
||||
shell: python
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user