Skip to content

fix some shellcheck warnings #6621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Sep 3, 2024
Prev Previous commit
Next Next commit
Update docs/build-docs.sh
  • Loading branch information
jameslamb authored Aug 28, 2024
commit 526e3f9cab1f93593dc1d5a6523bdeb238ef713d
2 changes: 1 addition & 1 deletion docs/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ conda env create \
--name docs-env \
--file env.yml || exit 1

# shellcheck source=/dev/null
# shellcheck disable=SC1091
source activate docs-env
make clean html || exit 1

Expand Down
Loading