Skip to content

Commit

Permalink
Update Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimmer756 committed Oct 25, 2024
1 parent 35dd9cf commit 7ae1533
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install pytest #确保安装pytest
pip install numpy pandas pytest
- name: Run tests
run: |
pytest # 假设你使用 pytest 来测试代码
run: pytest



Expand Down

0 comments on commit 7ae1533

Please sign in to comment.