We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfa983 commit 6bf8f07Copy full SHA for 6bf8f07
.github/workflows/ci.yml
@@ -60,9 +60,9 @@ jobs:
60
steps:
61
- name: Check out repository contents
62
uses: actions/checkout@v3
63
- - name: Set up Python 3 with DNF
64
- run: |
65
- dnf install -y python3 python3-pip
+ - name: Set up Python 3 with DNF
+ run: |
+ dnf install -y python3 python3-pip
66
- name: Setup environment
67
run: |
68
make dependencies
@@ -93,9 +93,9 @@ jobs:
93
94
95
96
97
98
99
100
101
0 commit comments