mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Fix incompatibility
This commit is contained in:
@@ -23,7 +23,9 @@ jobs:
|
||||
run: |
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
python -m pip install --upgrade pip pip-tools
|
||||
# TODO: Remove version contraint on "pip".
|
||||
# https://github.com/jazzband/pip-tools/issues/2319
|
||||
python -m pip install "pip<26.0" pip-tools
|
||||
|
||||
- name: Upgrade outdated package
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user