@@ -268,7 +268,8 @@ jobs:
268
268
- name : Install mutation testing dependencies
269
269
if : ${{ matrix.mutation == 'true' }}
270
270
run : |
271
- pip install https://github.com/sixty-north/cosmic-ray/archive/master.zip
271
+ #pip install https://github.com/sixty-north/cosmic-ray/archive/master.zip
272
+ pip install https://github.com/tomato42/cosmic-ray/archive/no-executed.zip
272
273
pip install pytest-timeout
273
274
- name : Display installed python package versions
274
275
run : pip list
@@ -417,7 +418,8 @@ jobs:
417
418
key : sessions-${{ github.sha }}
418
419
- name : Install cosmic-ray
419
420
run : |
420
- pip3 install https://github.com/sixty-north/cosmic-ray/archive/master.zip
421
+ #pip3 install https://github.com/sixty-north/cosmic-ray/archive/master.zip
422
+ pip3 install https://github.com/tomato42/cosmic-ray/archive/no-executed.zip
421
423
pip install pytest-timeout
422
424
- name : Install dependencies
423
425
run : |
@@ -493,7 +495,8 @@ jobs:
493
495
- name : Install build dependencies
494
496
run : |
495
497
pip install -r build-requirements.txt
496
- pip install https://github.com/sixty-north/cosmic-ray/archive/master.zip
498
+ #pip install https://github.com/sixty-north/cosmic-ray/archive/master.zip
499
+ pip install https://github.com/tomato42/cosmic-ray/archive/no-executed.zip
497
500
pip install pytest-timeout
498
501
- name : Run mutation testing
499
502
run : |
@@ -641,7 +644,8 @@ jobs:
641
644
key : sessions-${{ github.sha }}-19-done
642
645
- name : Install cosmic-ray
643
646
run : |
644
- pip3 install https://github.com/sixty-north/cosmic-ray/archive/master.zip
647
+ #pip3 install https://github.com/sixty-north/cosmic-ray/archive/master.zip
648
+ pip3 install https://github.com/tomato42/cosmic-ray/archive/no-executed.zip
645
649
pip install pytest-timeout
646
650
- name : Install dependencies
647
651
run : |
0 commit comments