Skip to content

Commit

Permalink
unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 6, 2024
1 parent c20ec87 commit 0b66a16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.10

# 確認 Python 版本
- name: Check Python version
run: python --version

# 安裝 Python 依賴
- name: Install dependencies
Expand Down

0 comments on commit 0b66a16

Please sign in to comment.