Skip to content

Commit

Permalink
maybe fix flaky build
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarkhau committed Nov 9, 2024
1 parent 057cd90 commit 85362f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test_compat: $(COMPAT_TEST_FILES)
IFS=' ' read -r -a env_pys <<< "$(CONDA_ENV_BIN_PYTHON_PATHS)"; \
for i in $${!env_pys[@]}; do \
env_py=$${env_pys[i]}; \
$${env_py} -m pip uninstall --yes bumpver; \
$${env_py} -m pip uninstall --yes -qq bumpver; \
$${env_py} -m pip install --upgrade build/test_wheel/*.whl; \
ENABLE_BACKTRACE=0 PYTHONPATH="" ENV=$${ENV-dev} \
$${env_py} -m pytest \
Expand Down

0 comments on commit 85362f3

Please sign in to comment.