From 63239edc7f4db04b1192be07d94bdad45d6ce4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=A9=E7=80=9A=E7=8C=AB?= Date: Mon, 19 Aug 2024 18:00:57 +0900 Subject: [PATCH] Support OSS2 testing actitions Enhance #113 --- .github/workflows/pytest.yml | 4 ++-- requirements/test.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 8ddb3aa..6111330 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -30,8 +30,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt - pip install pytest + pip install -r requirements/default.txt + pip install -r requirements/test.txt - name: Run pytest run: | pytest diff --git a/requirements/test.txt b/requirements/test.txt index 0665627..ea95daf 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1 +1,2 @@ -pytest>=7.1.2 # fix pytest init error \ No newline at end of file +pytest>=7.1.2 # fix pytest init error +oss2 >= 2.18.6 # support AliYun OSS downloading \ No newline at end of file