File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
charmed_openstack_info/data/lp-builder-config Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 - name : Install dependencies
2323 run : |
2424 sudo apt-get update
25- sudo apt-get install libapt-pkg-dev
25+ sudo apt-get install libapt-pkg-dev intltool
2626 python -m pip install --upgrade pip
2727 python -m pip install tox tox-gh-actions
2828 - name : Test with python ${{ matrix.python-version }}
4545 - name : Install dependencies
4646 run : |
4747 sudo apt-get update
48- sudo apt-get install libapt-pkg-dev
48+ sudo apt-get install libapt-pkg-dev intltool
4949 python -m pip install --upgrade pip
5050 python -m pip install tox tox-gh-actions
5151 - name : Test with tox ${{ matrix.target }}
Original file line number Diff line number Diff line change @@ -2167,7 +2167,7 @@ projects:
21672167 stable/yoga :
21682168 enabled : True
21692169 build-channels :
2170- charmcraft : " 1.5 /stable"
2170+ charmcraft : " 2.x /stable"
21712171 channels :
21722172 - yoga/stable
21732173 bases :
You can’t perform that action at this time.
0 commit comments