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 045a373 commit 900b5a7Copy full SHA for 900b5a7
.github/workflows/tiobe.yml
@@ -18,7 +18,7 @@ jobs:
18
sudo sed -i 's/Types: deb/Types: deb deb-src/g' /etc/apt/sources.list.d/ubuntu.sources
19
sudo apt update
20
sudo apt build-dep -y netplan.io
21
- sudo apt install -y gcovr python-is-python3 pylint flake8 python3-flake8
+ sudo apt install -y gcovr python-is-python3 pylint flake8 python3-flake8 expect
22
- name: Build Netplan
23
run: |
24
# The build directory must be called _build. TIOBE will look for coverage data in it.
0 commit comments