We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5537582 commit 392df73Copy full SHA for 392df73
2 files changed
.github/workflows/pythonrelease.yml
@@ -57,7 +57,7 @@ jobs:
57
if: matrix.build == 'linux'
58
shell: bash
59
run: |
60
- microdnf install -y make p7zip p7zip-plugins
+ dnf install -y make p7zip p7zip-plugins
61
python -m pip install --upgrade pip
62
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; fi
63
- name: Set up Python (Windows/Mac)
.gitignore
@@ -34,3 +34,4 @@ sperf.spec
34
sperf.build
35
36
.vagrant
37
+.venv/
0 commit comments