From 4e335ac3c1f9c0ca4ebd1e8ecbc874b1da4eb9d3 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Thu, 19 Sep 2024 18:13:50 +0900 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff07131..e765c8c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,12 +40,11 @@ jobs: run: | rustup update stable cargo install --path . - # TODO: - # - name: boto3 - # continue-on-error: true - # run: | - # pip3 install boto3 - # pylyzer -c "import boto3" + - name: boto3 + continue-on-error: true + run: | + pip3 install boto3 + pylyzer -c "import boto3" || true - name: urllib3 run: | pip3 install urllib3 @@ -54,11 +53,10 @@ jobs: run: | pip3 install setuptools pylyzer -c "import setuptools" || true - # TODO: - # - name: requests - # run: | - # pip3 install requests - # pylyzer -c "import requests" || true + - name: requests + run: | + pip3 install requests + pylyzer -c "import requests" || true - name: certifi run: | pip3 install certifi