summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-04-28 20:37:51 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-04-28 20:37:51 -0300
commit229ec49eee9ba9857ad1a255ec24bea6e012d0c4 (patch)
tree19b0372fbfc881e4f00aaa0aef285b8347bab759 /.github
parent7127beef44cac84ca34b224db3ca0b074144c9fb (diff)
downloadpint-229ec49eee9ba9857ad1a255ec24bea6e012d0c4.tar.gz
Downgrade requests for coveralls in other cis
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cb970cc..8088e3d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
run: |
- pip install coveralls
+ pip install coveralls "requests<2.29"
coveralls
test-windows:
@@ -208,7 +208,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
run: |
- pip install coveralls
+ pip install coveralls "requests<2.29"
coveralls
coveralls: