ci: server: fix python installation (#6925)

This commit is contained in:
Pierrick Hymbert 2024-04-26 12:27:25 +02:00 committed by GitHub
parent 7f5ff558ee
commit bbe3c6e761
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,7 @@ jobs:
run: |
cd examples/server/tests
python3 -m venv venv
source venv/bin/activate
. venv/bin/activate
pip install -r requirements.txt
- name: Tests