mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
add pip fail case with unsupported package manager prefix
This commit is contained in:
@@ -86,7 +86,7 @@ jobs:
|
|||||||
- name: pip installs through proxy
|
- name: pip installs through proxy
|
||||||
run: |
|
run: |
|
||||||
python -m venv venv && source venv/bin/activate
|
python -m venv venv && source venv/bin/activate
|
||||||
pip install safedep-test-pkg
|
python -m pip install safedep-test-pkg
|
||||||
deactivate && rm -rf venv
|
deactivate && rm -rf venv
|
||||||
|
|
||||||
- name: Stop proxy
|
- name: Stop proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user