From 77fb97caf33f60dc624ccdeae5dba6c45cc6c3c2 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 8 Mar 2020 18:08:48 +0000 Subject: [PATCH] Fix typo --- docs/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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