There was an error while loading. Please reload this page.
1 parent 0e7c3af commit 814160eCopy full SHA for 814160e
1 file changed
Taskfile.yaml
@@ -18,6 +18,13 @@ tasks:
18
- uv run python -m ipykernel install --sys-prefix --name joint-client-python --display-name "Python (joint-client-python)"
19
- uv run pre-commit install --hook-type pre-commit --hook-type commit-msg
20
- task: install:typos
21
+ - cmd: |
22
+ if [ -f .env ]; then
23
+ echo ".env already exists; leaving it untouched"
24
+ else
25
+ cp .env.sample .env
26
+ echo "Created .env from .env.sample"
27
+ fi
28
- cmd: 'echo "Activate virtual environment with: . .venv/bin/activate"'
29
30
lint:
0 commit comments