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 8bb54af commit 6a4b2dfCopy full SHA for 6a4b2df
.github/workflows/python-package.yml
@@ -17,9 +17,12 @@ jobs:
17
uses: actions/setup-python@v3
18
with:
19
python-version: ${{ matrix.python-version }}
20
+ - name: Install libolm
21
+ run: sudo apt-get install libolm3
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
+ python -m pip install python-olm --extra-index-url https://gitlab.matrix.org/api/v4/projects/27/packages/pypi/simple
26
python -m pip install .[test]
27
- name: Test with pytest
28
0 commit comments