Skip to content

Commit 50db601

Browse files
testing for actual PR
1 parent 2938936 commit 50db601

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,3 @@ jobs:
2929
fi
3030
env:
3131
SHELL: /usr/bin/bash
32-
- name: Setup tmate session on failure
33-
if: failure()
34-
uses: mxschmitt/action-tmate@v3
35-
with:
36-
limit-access-to-actor: true

lib/fpm/package/python.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,6 @@ def install_to_staging(path)
604604
# XXX: Deprecate: :python_setup_py_arguments
605605
flags = [ "--root", staging_path ]
606606
flags += [ "--prefix", prefix ] if !attributes[:prefix].nil?
607-
# flags += [ "--ignore-installed" ]
608607

609608
safesystem(*attributes[:python_pip], "install", "--no-deps", "--ignore-installed", *flags, path)
610609
end # def install_to_staging

0 commit comments

Comments
 (0)