Skip to content

Commit 9ed5d25

Browse files
committed
Use coveralls<4.0.0 for GA coverage as we still use py2.7
1 parent 7d5d202 commit 9ed5d25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
continue-on-error: false
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v3
60+
uses: actions/checkout@v4
6161
- name: packages
6262
run: |
6363
sudo apt-get update
@@ -94,7 +94,7 @@ jobs:
9494
- name: Install Coveralls
9595
run: |
9696
pip3 install -U pip setuptools --no-cache-dir
97-
pip3 install -U "coveralls>=3.0.0" coverage==5.3.1 --no-cache-dir
97+
pip3 install -U "coveralls<4.0.0" coverage==5.3.1 --no-cache-dir
9898
- name: Publish to Coveralls
9999
env:
100100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)