Skip to content

Commit

Permalink
Support OSS2 testing actitions
Browse files Browse the repository at this point in the history
Enhance #113
  • Loading branch information
HowcanoeWang committed Aug 19, 2024
1 parent 47c11ab commit 63239ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest>=7.1.2 # fix pytest init error
pytest>=7.1.2 # fix pytest init error
oss2 >= 2.18.6 # support AliYun OSS downloading

0 comments on commit 63239ed

Please sign in to comment.