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 and nopperl committed May 5, 2024
1 parent f75bc28 commit 32ca1bd
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 32ca1bd

Please sign in to comment.