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 151fbb1 commit 1a2a7b3Copy full SHA for 1a2a7b3
1 file changed
entrypoint.sh
@@ -2,8 +2,12 @@
2
3
set -e
4
5
-install-apt python3-pip
6
-pip3 install conan
+which conan || true
+conan --version || true
7
+
8
+install-apt pipx
9
+pipx ensurepath
10
+pipx install conan
11
12
git clone https://github.com/opendocument-app/conan-odr-index.git
13
python conan-odr-index/scripts/conan_export_all_packages.py
0 commit comments