Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhenglin authored Jul 31, 2024
1 parent c588fdd commit ee9c4ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ jobs:
python-version: "3.9"
runs-on: ${{ matrix.os }}
steps:
- run: echo Hello World
- name: checkout v4
- uses: actions/checkout@v4
- name: Install python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install .[test]
- name: Run test
- run: python -m pytest
run: python -m pytest

0 comments on commit ee9c4ed

Please sign in to comment.