Skip to content

Commit

Permalink
Specify python version for CI job (TheAlgorithms#3157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boiarshinov authored Jun 22, 2022
1 parent d14a5d1 commit a910d87
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/update_directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Loading

0 comments on commit a910d87

Please sign in to comment.