Skip to content

Commit 1ca8c56

Browse files
committed
use release version of cosmic-ray
1 parent 96382a0 commit 1ca8c56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
- name: Install mutation testing dependencies
265265
if: ${{ matrix.mutation == 'true' }}
266266
run: |
267-
pip install https://github.com/sixty-north/cosmic-ray/archive/master.zip
267+
pip install cosmic-ray
268268
pip install pytest-timeout
269269
- name: Display installed python package versions
270270
run: pip list
@@ -415,7 +415,7 @@ jobs:
415415
key: sessions-${{ github.sha }}
416416
- name: Install cosmic-ray
417417
run: |
418-
pip3 install https://github.com/sixty-north/cosmic-ray/archive/master.zip
418+
pip3 install cosmic-ray
419419
pip install pytest-timeout
420420
- name: Install dependencies
421421
run: |
@@ -491,7 +491,7 @@ jobs:
491491
- name: Install build dependencies
492492
run: |
493493
pip install -r build-requirements.txt
494-
pip install https://github.com/sixty-north/cosmic-ray/archive/master.zip
494+
pip install cosmic-ray
495495
pip install pytest-timeout
496496
- name: Run mutation testing
497497
run: |
@@ -643,7 +643,7 @@ jobs:
643643
key: sessions-${{ github.sha }}-19-done
644644
- name: Install cosmic-ray
645645
run: |
646-
pip3 install https://github.com/sixty-north/cosmic-ray/archive/master.zip
646+
pip3 install cosmic-ray
647647
pip install pytest-timeout
648648
- name: Install dependencies
649649
run: |

0 commit comments

Comments
 (0)