File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ AppDir:
2828 apt :
2929 arch : amd64
3030 sources :
31- - sourceline : ' deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse'
31+ - sourceline : ' deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse'
32+ - sourceline : ' deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse'
3233 key_url : ' http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
3334
3435 include :
@@ -45,7 +46,6 @@ AppDir:
4546 exclude : []
4647
4748 after_bundle : |
48- export PYTHONPATH=${APPDIR}/usr/lib/python3.8/site-packages
4949 python3.8 -m pip install --ignore-installed --prefix=/usr --root=$APPDIR install .
5050
5151 runtime :
You can’t perform that action at this time.
0 commit comments