Skip to content

Commit 6ac0711

Browse files
committed
remove unnecessary job
1 parent be23b42 commit 6ac0711

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/bot.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ jobs:
3737
- 6379:6379
3838
steps:
3939
- uses: actions/checkout@v3
40-
- name: "Set up Python"
41-
uses: actions/setup-python@v6
42-
with:
43-
python-version-file: "./bot/.python-version"
4440
- name: Install uv
4541
uses: astral-sh/setup-uv@v6
4642
with:
@@ -60,10 +56,6 @@ jobs:
6056
runs-on: ubuntu-24.04
6157
steps:
6258
- uses: actions/checkout@v3
63-
- name: "Set up Python"
64-
uses: actions/setup-python@v6
65-
with:
66-
python-version-file: "./bot/.python-version"
6759
- name: Install uv
6860
uses: astral-sh/setup-uv@v6
6961
with:

0 commit comments

Comments
 (0)