Fix GitHub Actions

This commit is contained in:
夜坂雅 2022-12-10 10:05:12 +08:00
parent 3b9852d9a6
commit 8f87fb95a7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
# Install libolm, required for end-to-end encryption functionality
sudo apt install -y libolm-dev libolm3
# Install python dependencies
python setup.py install
pip install .
- name: Run unit tests
run: |