Skip to content

Commit

Permalink
ci: Use Python 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Oct 22, 2023
1 parent 820a7a1 commit ed156fb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.x"

- uses: actions/cache@v3
id: cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.x"

- uses: actions/cache@v3
id: cache
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.x"

- name: Install dictzip
run: sudo apt install dictzip
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.x"

- uses: actions/cache@v3
id: cache
Expand Down Expand Up @@ -49,16 +51,18 @@ jobs:
- "no"
- "pt"
- "ro"
- "ru"
# - "ru"
- "sv"

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.x"

- uses: actions/cache@v3
id: cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.x"

- uses: actions/cache@v3
id: cache
Expand Down

0 comments on commit ed156fb

Please sign in to comment.