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 0994696 commit 88fbf07
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 @@ -126,7 +126,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 88fbf07

Please sign in to comment.