|
47 | 47 | os: ubuntu-20.04 |
48 | 48 | python-version: 2.7 |
49 | 49 | tox-env: gmpy2py27 |
50 | | - - name: py3.5 |
51 | | - os: ubuntu-20.04 |
52 | | - python-version: 3.5 |
53 | | - tox-env: py35 |
54 | 50 | - name: py3.6 |
55 | 51 | os: ubuntu-20.04 |
56 | 52 | python-version: 3.6 |
@@ -268,7 +264,7 @@ jobs: |
268 | 264 | - name: Install mutation testing dependencies |
269 | 265 | if: ${{ matrix.mutation == 'true' }} |
270 | 266 | run: | |
271 | | - pip install https://github.com/sixty-north/cosmic-ray/archive/master.zip |
| 267 | + pip install cosmic-ray |
272 | 268 | pip install pytest-timeout |
273 | 269 | - name: Display installed python package versions |
274 | 270 | run: pip list |
@@ -419,7 +415,7 @@ jobs: |
419 | 415 | key: sessions-${{ github.sha }} |
420 | 416 | - name: Install cosmic-ray |
421 | 417 | run: | |
422 | | - pip3 install https://github.com/sixty-north/cosmic-ray/archive/master.zip |
| 418 | + pip3 install cosmic-ray |
423 | 419 | pip install pytest-timeout |
424 | 420 | - name: Install dependencies |
425 | 421 | run: | |
@@ -495,7 +491,7 @@ jobs: |
495 | 491 | - name: Install build dependencies |
496 | 492 | run: | |
497 | 493 | pip install -r build-requirements.txt |
498 | | - pip install https://github.com/sixty-north/cosmic-ray/archive/master.zip |
| 494 | + pip install cosmic-ray |
499 | 495 | pip install pytest-timeout |
500 | 496 | - name: Run mutation testing |
501 | 497 | run: | |
@@ -647,7 +643,7 @@ jobs: |
647 | 643 | key: sessions-${{ github.sha }}-19-done |
648 | 644 | - name: Install cosmic-ray |
649 | 645 | run: | |
650 | | - pip3 install https://github.com/sixty-north/cosmic-ray/archive/master.zip |
| 646 | + pip3 install cosmic-ray |
651 | 647 | pip install pytest-timeout |
652 | 648 | - name: Install dependencies |
653 | 649 | run: | |
|
0 commit comments