Skip to content

Commit

Permalink
🐛 Poetry的未知错误导致Windows平台测试失败,停用Windows测试
Browse files Browse the repository at this point in the history
  • Loading branch information
XYCode-Kerman committed Jun 21, 2024
1 parent 0b4b975 commit 39c3b75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest]
# os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]

steps:
- name: 检出仓库
Expand Down

0 comments on commit 39c3b75

Please sign in to comment.