@@ -268,7 +268,8 @@ jobs:
268268 - name : Install mutation testing dependencies
269269 if : ${{ matrix.mutation == 'true' }}
270270 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
272273 pip install pytest-timeout
273274 - name : Display installed python package versions
274275 run : pip list
@@ -417,7 +418,8 @@ jobs:
417418 key : sessions-${{ github.sha }}
418419 - name : Install cosmic-ray
419420 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
421423 pip install pytest-timeout
422424 - name : Install dependencies
423425 run : |
@@ -493,7 +495,8 @@ jobs:
493495 - name : Install build dependencies
494496 run : |
495497 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
497500 pip install pytest-timeout
498501 - name : Run mutation testing
499502 run : |
@@ -641,7 +644,8 @@ jobs:
641644 key : sessions-${{ github.sha }}-19-done
642645 - name : Install cosmic-ray
643646 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
645649 pip install pytest-timeout
646650 - name : Install dependencies
647651 run : |
0 commit comments