Skip to content

Commit

Permalink
ci: cant source env breaks windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bryce committed Nov 28, 2024
1 parent dd5c833 commit 4185a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ tasks:
cmds:
- |
set -e
source {{ .VENV_DIR }}/bin/activate
# DONT source the env here, it breaks the windows ci
echo "DATATRAILS_ xxx var value char counts"
echo "$DATATRAILS_URL" | wc -c
Expand Down

0 comments on commit 4185a0f

Please sign in to comment.