Skip to content

Commit

Permalink
chore: avoid enforcing bound variables in doctest justfile recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Aug 30, 2024
1 parent f17723e commit 5b66fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ test +backends:
# run doctests
doctest *args:
#!/usr/bin/env bash
set -euo pipefail
set -eo pipefail
if [ -n "${CI}" ]; then
runner=(poetry run pytest)
Expand Down

0 comments on commit 5b66fe4

Please sign in to comment.