Skip to content

Commit

Permalink
remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
brownj85 committed Mar 10, 2021
1 parent 4b99076 commit a44c440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
environment:
CIBW_SKIP: "cp27-* cp34-* cp35-* *i686"
CIBW_BEFORE_BUILD_LINUX: curl -OsL https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.tar.gz && tar xzf eigen-3.3.7.tar.gz eigen-3.3.7/Eigen --strip-components 1 && cp -rf Eigen {project}/include && pip install numpy scipy cython
CIBW_TEST_REQUIRES: numpy scipy pytest pytest-cov pytest-randomly
CIBW_TEST_REQUIRES: numpy scipy pytest pytest-cov pytest-randomly
CIBW_TEST_COMMAND: python -m pytest --randomly-seed=137 {project}/thewalrus
steps:
- checkout
Expand Down

0 comments on commit a44c440

Please sign in to comment.