Skip to content

Commit

Permalink
do not eleminate some of those steps
Browse files Browse the repository at this point in the history
  • Loading branch information
vinferrer committed Jan 21, 2021
1 parent 4e70fcd commit b575a24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ Integration_windows_task:
fingerprint_script: echo 362
reupload_on_changes: true
populate_script:
- pip install msvc-runtime
- pip install Cython
- pip install -e .[test,doc]
Running_integration_script:
- choco install make -y --no-progress
Expand All @@ -164,6 +166,7 @@ Unittest_windows_task:
fingerprint_script: echo 362
reupload_on_changes: true
populate_script:
- pip install msvc-runtime
- pip install -e .[test,doc]
Running_unittest_script:
- choco install make -y --no-progress
Expand Down

0 comments on commit b575a24

Please sign in to comment.