Skip to content

Commit fcf16f1

Browse files
Bug fix Github actions
1 parent b54dfb7 commit fcf16f1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v3
27+
- uses: actions/setup-python@v4.2.0
2728
- name: Setup Python
28-
uses: actions/setup-python@v4.2.0
2929
with:
3030
python-version: 3.10
3131
- run: pip3 install googletrans
3232

33+
- uses: actions/checkout@v3
34+
- uses: actions/setup-python@v4.2.0
3335
- name: Run Python
36+
with:
37+
python-version: 3.10
3438
- run: python main.py

0 commit comments

Comments
 (0)