mirror of https://github.com/mtshiba/pylyzer
Update test.yml
This commit is contained in:
parent
fa15f92276
commit
4e335ac3c1
|
|
@ -40,12 +40,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rustup update stable
|
rustup update stable
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
# TODO:
|
- name: boto3
|
||||||
# - name: boto3
|
continue-on-error: true
|
||||||
# continue-on-error: true
|
run: |
|
||||||
# run: |
|
pip3 install boto3
|
||||||
# pip3 install boto3
|
pylyzer -c "import boto3" || true
|
||||||
# pylyzer -c "import boto3"
|
|
||||||
- name: urllib3
|
- name: urllib3
|
||||||
run: |
|
run: |
|
||||||
pip3 install urllib3
|
pip3 install urllib3
|
||||||
|
|
@ -54,11 +53,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip3 install setuptools
|
pip3 install setuptools
|
||||||
pylyzer -c "import setuptools" || true
|
pylyzer -c "import setuptools" || true
|
||||||
# TODO:
|
- name: requests
|
||||||
# - name: requests
|
run: |
|
||||||
# run: |
|
pip3 install requests
|
||||||
# pip3 install requests
|
pylyzer -c "import requests" || true
|
||||||
# pylyzer -c "import requests" || true
|
|
||||||
- name: certifi
|
- name: certifi
|
||||||
run: |
|
run: |
|
||||||
pip3 install certifi
|
pip3 install certifi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue