We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54dfb7 commit fcf16f1Copy full SHA for fcf16f1
1 file changed
.github/workflows/main.yml
@@ -24,11 +24,15 @@ jobs:
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- uses: actions/checkout@v3
27
+ - uses: actions/setup-python@v4.2.0
28
- name: Setup Python
- uses: actions/setup-python@v4.2.0
29
with:
30
python-version: 3.10
31
- run: pip3 install googletrans
32
33
+ - uses: actions/checkout@v3
34
35
- name: Run Python
36
+ with:
37
+ python-version: 3.10
38
- run: python main.py
0 commit comments