mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 17:50:39 +08:00
update_directory_md.yml: Remove GH Actions workaround
This commit is contained in:
10
.github/workflows/update_directory_md.yml
vendored
10
.github/workflows/update_directory_md.yml
vendored
@ -5,12 +5,10 @@ jobs:
|
|||||||
update_directory_md:
|
update_directory_md:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@master
|
||||||
- shell: python # Legacy Python 2.7.15 :-(
|
- uses: actions/setup-python@master
|
||||||
run: import sys ; print("Python {}.{}.{}".format(*sys.version_info))
|
- name: update_directory_md
|
||||||
- shell: bash -c "$RUNNER_TOOL_CACHE/Python/3.8.0/x64/python {0}"
|
shell: python
|
||||||
run: import sys ; print("Python {}.{}.{}".format(*sys.version_info))
|
|
||||||
- shell: bash -c "$RUNNER_TOOL_CACHE/Python/3.8.0/x64/python {0}"
|
|
||||||
run: |
|
run: |
|
||||||
import os
|
import os
|
||||||
from typing import Iterator
|
from typing import Iterator
|
||||||
|
Reference in New Issue
Block a user