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 bb34a64 commit 538f083Copy full SHA for 538f083
azure-pipelines.yml
@@ -217,13 +217,16 @@ jobs:
217
container: 'fedora:30'
218
package_manager: dnf
219
python_path: 'python2.7'
220
- install_python: sudo dnf install -y python python27-devel
+ install_python: |
221
+ set -e -x
222
+ sudo dnf install -y python2 python2-devel
223
224
- template: etc/ci/azure-container-rpm.yml
225
parameters:
- name: Fedora_30_py36
226
+ name: Fedora_30_py37
227
228
- python_path: 'python3.6'
- install_python: sudo dnf install -y python36 python36-devel python36-virtualenv
229
-
+ python_path: 'python3.7'
230
231
232
+ sudo dnf install -y python3 python3-devel python3-virtualenv
0 commit comments