]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci: server: fix python installation (#6925)
authorPierrick Hymbert <redacted>
Fri, 26 Apr 2024 10:27:25 +0000 (12:27 +0200)
committerGitHub <redacted>
Fri, 26 Apr 2024 10:27:25 +0000 (12:27 +0200)
.github/workflows/server.yml

index 67bbe6cb73fb361c2ddcf798ecc3e6ae84381b7a..a044d6044ce8691d81a9cd3ef250ece761e74c4e 100644 (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