Skip to content

Commit 567cfe8

Browse files
authored
ci: install missing distro-info-data dependency to test devel series resolute (#6701)
1 parent 26c7d38 commit 567cfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_integration_common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Install Dependencies
7777
run: |
7878
sudo DEBIAN_FRONTEND=noninteractive apt-get -qy update
79-
sudo DEBIAN_FRONTEND=noninteractive apt-get -qy install tox
79+
sudo DEBIAN_FRONTEND=noninteractive apt-get -qy install tox distro-info-data
8080
- name: Run integration Tests
8181
run: |
8282
tox -e integration-tests -- --junitxml="${{ github.workspace }}/reports/junit-report-${{ inputs.platform }}-${{ inputs.release }}.xml" --color=yes ${{ inputs.filter_tests || 'tests/integration_tests' }}

0 commit comments

Comments
 (0)