Skip to content

Commit

Permalink
Simplify: Pip Install Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 21, 2023
1 parent 528bb71 commit 1dc75cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

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

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ install:
# https://github.com/scikit-build/cmake-python-distributions/blob/4730aeee240917303f293dffc89a8d8d5a4787c4/requirements-deploy.txt
# https://github.com/pyca/cryptography/issues/6086
- python3 -m pip install twine cryptography~=3.3.2
- python3 -m pip install "patch==1.*"
- python3 -m pip install patch

# Download & Apply Patches
#before_script:
Expand Down

0 comments on commit 1dc75cc

Please sign in to comment.