Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xyyimian committed Aug 21, 2024
1 parent 220dbc0 commit 7047e1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build pytest
python -m pip install numpy --upgrade
python -m pip install build pytest
- name: Build DLL
run: |
pip install -e .
python -m pip install -e .
- name: Run tests
run: |
python -m pytest tests

0 comments on commit 7047e1f

Please sign in to comment.