We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528bb71 commit 1dc75ccCopy full SHA for 1dc75cc
2 files changed
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
97
#- name: Apply Patches
98
# run: |
99
- # python -m pip install "patch==1.*"
+ # python -m pip install patch
100
# cd src
101
# python -m patch .patch/0001-Hack-setup.py-CMake-trace-expand.patch
102
.travis.yml
@@ -121,7 +121,7 @@ install:
121
# https://github.com/scikit-build/cmake-python-distributions/blob/4730aeee240917303f293dffc89a8d8d5a4787c4/requirements-deploy.txt
122
# https://github.com/pyca/cryptography/issues/6086
123
- python3 -m pip install twine cryptography~=3.3.2
124
- - python3 -m pip install "patch==1.*"
+ - python3 -m pip install patch
125
126
# Download & Apply Patches
127
#before_script:
0 commit comments