Skip to content

Commit

Permalink
Test image now include the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
droideck committed Jan 27, 2025
1 parent 691a2f9 commit 074eb2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lmdbpytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
id: set-matrix
run: echo "matrix=$(python3 .github/scripts/generate_matrix.py ${{ github.event.inputs.pytest_tests }})" >>$GITHUB_OUTPUT

- name: Install python3 additional packages
run: dnf install -y python3-numpy python3-plotly python3-matplotlib

- name: Build RPMs
run: SKIP_AUDIT_CI=1 make -f rpm.mk dist-bz2 rpms

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
id: set-matrix
run: echo "matrix=$(python3 .github/scripts/generate_matrix.py ${{ github.event.inputs.pytest_tests }})" >>$GITHUB_OUTPUT

- name: Install python3 additional packages
run: dnf install -y python3-numpy python3-plotly python3-matplotlib

- name: Build RPMs
run: SKIP_AUDIT_CI=1 make -f rpm.mk dist-bz2 rpms

Expand Down

0 comments on commit 074eb2f

Please sign in to comment.