summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/server.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml
index 67bbe6cb..a044d604 100644
--- a/.github/workflows/server.yml
+++ b/.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