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 980e85b commit 25ca08eCopy full SHA for 25ca08e
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: ${{ matrix.python-version }}
24
- name: Install dependencies
25
run: |
26
- sudo apt-get -qq update && sudo apt-get install -y libtest-exception-perl libtest-output-perl libdevel-cover-perl acl cpanminus libcgi-pm-perl perl-doc
+ sudo apt-get -qq update && sudo apt-get install -y libtest-exception-perl libtest-output-perl libdevel-cover-perl acl cpanminus libcgi-pm-perl perl-doc subversion
27
pip install codecov flask pytest-cov pytest-flake8 coverage scons ihm
28
- name: Test
29
0 commit comments