Skip to content

Commit 392df73

Browse files
authored
Fix package manager for UBI8 Python container (#85)
Use dnf instead of microdnf for ubi8/python-312 container
1 parent 5537582 commit 392df73

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pythonrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: matrix.build == 'linux'
5858
shell: bash
5959
run: |
60-
microdnf install -y make p7zip p7zip-plugins
60+
dnf install -y make p7zip p7zip-plugins
6161
python -m pip install --upgrade pip
6262
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; fi
6363
- name: Set up Python (Windows/Mac)

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ sperf.spec
3434
sperf.build
3535

3636
.vagrant
37+
.venv/

0 commit comments

Comments
 (0)