Skip to content

Commit

Permalink
erase python version
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 6, 2024
1 parent 0b66a16 commit 90fc145
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgl1-mesa-glx libglib2.0-0
# 設置 Python 環境(這裡以 Python 為例)
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10

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

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

0 comments on commit 90fc145

Please sign in to comment.