Skip to content

Commit

Permalink
bugfix: Update test action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuxiangCao committed Mar 29, 2024
1 parent 85863fa commit 63a7e5e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: main

- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11

- name: Checkout
uses: actions/checkout@v4
with:
path: main
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 63a7e5e

Please sign in to comment.