Skip to content

Commit

Permalink
Fix activation command
Browse files Browse the repository at this point in the history
  • Loading branch information
chottuthejimmy committed Dec 17, 2024
1 parent dd67d76 commit 0f1c7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git clone https://github.com/testdriverai/khoj.git
cd khoj
python -m venv venv
. venv/bin/activate
.\venv\Scripts\activate
pip install -e '.[dev]'
cd src/interface/web/
yarn install
Expand Down

0 comments on commit 0f1c7ce

Please sign in to comment.