Explorar el Código

ci: server: fix python installation (#6925)

Pierrick Hymbert hace 1 año
padre
commit
bbe3c6e761
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/server.yml

+ 1 - 1
.github/workflows/server.yml

@@ -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