summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-04-28 20:31:31 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-04-28 20:31:31 -0300
commit7127beef44cac84ca34b224db3ca0b074144c9fb (patch)
treed33370d120d26b266fa23405a9b1fa072d2fef21 /.github
parent3e2764f9d32e816ae783bd46a0f966732e49d71f (diff)
downloadpint-7127beef44cac84ca34b224db3ca0b074144c9fb.tar.gz
Downgrade requests for coveralls
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 96601c2..cb970cc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -224,7 +224,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
run: |
- pip install coveralls
+ pip install coveralls "requests<2.29"
coveralls --finish
# Dummy task to summarize all. See https://github.com/bors-ng/bors-ng/issues/1300