Skip to content

Commit

Permalink
ci: server: fix python installation (ggerganov#6925)
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert authored Apr 26, 2024
1 parent 7f5ff55 commit bbe3c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbe3c6e

Please sign in to comment.