mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
add pip fail case
This commit is contained in:
@@ -86,8 +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 requests==2.32.4
|
pip install safedep-test-pkg
|
||||||
python -c "import requests; print('pip ok:', requests.__version__)"
|
|
||||||
deactivate && rm -rf venv
|
deactivate && rm -rf venv
|
||||||
|
|
||||||
- name: Stop proxy
|
- name: Stop proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user