@@ -264,7 +264,7 @@ jobs:
264
264
- name : Install mutation testing dependencies
265
265
if : ${{ matrix.mutation == 'true' }}
266
266
run : |
267
- pip install https://github.com/sixty-north/ cosmic-ray/archive/master.zip
267
+ pip install cosmic-ray
268
268
pip install pytest-timeout
269
269
- name : Display installed python package versions
270
270
run : pip list
@@ -415,7 +415,7 @@ jobs:
415
415
key : sessions-${{ github.sha }}
416
416
- name : Install cosmic-ray
417
417
run : |
418
- pip3 install https://github.com/sixty-north/ cosmic-ray/archive/master.zip
418
+ pip3 install cosmic-ray
419
419
pip install pytest-timeout
420
420
- name : Install dependencies
421
421
run : |
@@ -491,7 +491,7 @@ jobs:
491
491
- name : Install build dependencies
492
492
run : |
493
493
pip install -r build-requirements.txt
494
- pip install https://github.com/sixty-north/ cosmic-ray/archive/master.zip
494
+ pip install cosmic-ray
495
495
pip install pytest-timeout
496
496
- name : Run mutation testing
497
497
run : |
@@ -643,7 +643,7 @@ jobs:
643
643
key : sessions-${{ github.sha }}-19-done
644
644
- name : Install cosmic-ray
645
645
run : |
646
- pip3 install https://github.com/sixty-north/ cosmic-ray/archive/master.zip
646
+ pip3 install cosmic-ray
647
647
pip install pytest-timeout
648
648
- name : Install dependencies
649
649
run : |
0 commit comments