Skip to content

Commit 1dc75cc

Browse files
committed
Simplify: Pip Install Patch
1 parent 528bb71 commit 1dc75cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
#- name: Apply Patches
9898
# run: |
99-
# python -m pip install "patch==1.*"
99+
# python -m pip install patch
100100
# cd src
101101
# python -m patch .patch/0001-Hack-setup.py-CMake-trace-expand.patch
102102

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ install:
121121
# https://github.com/scikit-build/cmake-python-distributions/blob/4730aeee240917303f293dffc89a8d8d5a4787c4/requirements-deploy.txt
122122
# https://github.com/pyca/cryptography/issues/6086
123123
- python3 -m pip install twine cryptography~=3.3.2
124-
- python3 -m pip install "patch==1.*"
124+
- python3 -m pip install patch
125125

126126
# Download & Apply Patches
127127
#before_script:

0 commit comments

Comments
 (0)