Skip to content

Commit 6a4b2df

Browse files
committed
Install libolm in actions
1 parent 8bb54af commit 6a4b2df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ jobs:
1717
uses: actions/setup-python@v3
1818
with:
1919
python-version: ${{ matrix.python-version }}
20+
- name: Install libolm
21+
run: sudo apt-get install libolm3
2022
- name: Install dependencies
2123
run: |
2224
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
2326
python -m pip install .[test]
2427
- name: Test with pytest
2528
run: |

0 commit comments

Comments
 (0)