diff --git a/docs/options.md b/docs/options.md index 7006f9d8..d2feaa0f 100644 --- a/docs/options.md +++ b/docs/options.md @@ -362,7 +362,7 @@ Platform-specific variants also available:
CIBW_BEFORE_TEST: CC=gcc CXX=g++ pip install -r requirements.txt # chain commands using && -CIBW_BEFORE_TEST : rm -rf ./data/cache && mkdir -p ./data/cache +CIBW_BEFORE_TEST: rm -rf ./data/cache && mkdir -p ./data/cache # install non pip python package CIBW_BEFORE_TEST: cd some_dir; ./configure; make; make install