mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
update_directory_md.yml: Remove GH Actions workaround
This commit is contained in:
parent
807abcd0e8
commit
90e6ee0771
10
.github/workflows/update_directory_md.yml
vendored
10
.github/workflows/update_directory_md.yml
vendored
@ -5,12 +5,10 @@ jobs:
|
||||
update_directory_md:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- shell: python # Legacy Python 2.7.15 :-(
|
||||
run: import sys ; print("Python {}.{}.{}".format(*sys.version_info))
|
||||
- shell: bash -c "$RUNNER_TOOL_CACHE/Python/3.8.0/x64/python {0}"
|
||||
run: import sys ; print("Python {}.{}.{}".format(*sys.version_info))
|
||||
- shell: bash -c "$RUNNER_TOOL_CACHE/Python/3.8.0/x64/python {0}"
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-python@v1
|
||||
- name: update_directory_md
|
||||
shell: python
|
||||
run: |
|
||||
import os
|
||||
from typing import Iterator
|
||||
|
Loading…
Reference in New Issue
Block a user