Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
feihoo87 committed Dec 4, 2023
1 parent 491636e commit d09fcca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install build pytest pytest-asyncio numpy coveralls cython
python setup.py build_ext --inplace
python -m pip install ".[full]"
Expand Down

0 comments on commit d09fcca

Please sign in to comment.