Skip to content

Commit

Permalink
Update unit_test_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng authored Mar 29, 2024
1 parent 2d8bba3 commit e2e1ed7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/unit_test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- name: Setup SSH
uses: MrSquaare/ssh-setup-action@v3
with:
host: github.com
private-key: ${{ secrets.SSH_KEY }}
- uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit e2e1ed7

Please sign in to comment.