Skip to content

Commit d519a76

Browse files
mvo5supakeen
authored andcommitted
github: pull pyproject.toml as well
We pull the same dependencies as the images library. But we also need to pull in the pyproject.toml now to get the pip dependencies.
1 parent 5fd2da6 commit d519a76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/check-spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
shell: bash
2727
run: |
2828
# we have the same build-deps as the images library
29+
curl -sL https://raw.githubusercontent.com/osbuild/images/refs/heads/main/pyproject.toml > pyproject.toml
2930
curl -sL https://raw.githubusercontent.com/osbuild/images/refs/heads/main/test/scripts/install-dependencies | bash
3031
3132
- name: Vendor dependencies

.github/workflows/go.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
# we have the same build-deps as the images library
30+
curl -sL https://raw.githubusercontent.com/osbuild/images/refs/heads/main/pyproject.toml > pyproject.toml
3031
curl -sL https://raw.githubusercontent.com/osbuild/images/refs/heads/main/test/scripts/install-dependencies | bash
3132
# we also need createrepo_c
3233
dnf install -y createrepo_c

0 commit comments

Comments
 (0)