Skip to content

Commit 9d3a935

Browse files
committed
do not setup python as the script is managed by uv now
1 parent 3ac6ed5 commit 9d3a935

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/build_images.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ jobs:
2424
- name: Free Disk Space
2525
run: |
2626
./free_disk_space.sh
27-
- name: Set up Python
28-
uses: actions/setup-python@v2
29-
with:
30-
python-version: "3.10"
31-
- name: Install dockeree
32-
run: |
33-
pip3 install dockeree
3427
- name: Login to DockerHub
3528
uses: docker/login-action@v3
3629
with:

.github/workflows/build_images_regular.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ jobs:
1616
- name: Free Disk Space
1717
run: |
1818
./free_disk_space.sh
19-
- name: Set up Python
20-
uses: actions/setup-python@v2
21-
with:
22-
python-version: "3.10"
23-
- name: Install dockeree
24-
run: |
25-
pip3 install dockeree
2619
- name: Login to DockerHub
2720
uses: docker/login-action@v3
2821
with:

0 commit comments

Comments
 (0)