Skip to content

Commit 32ca1bd

Browse files
phymbertnopperl
authored andcommitted
ci: server: fix python installation (ggml-org#6925)
1 parent f75bc28 commit 32ca1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: |
107107
cd examples/server/tests
108108
python3 -m venv venv
109-
source venv/bin/activate
109+
. venv/bin/activate
110110
pip install -r requirements.txt
111111
112112
- name: Tests

0 commit comments

Comments
 (0)