Skip to content

Commit

Permalink
ci: use setup.py instead of pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaneed committed Aug 17, 2024
1 parent 58dd4ad commit 9ffceb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r requirements.txt
pip install .
python setup.py develop
- name: Run tests
run: pytest -v --pyargs cyarray --benchmark-save benchmark-stats --benchmark-json benchmark-full.json --benchmark-histogram

Expand Down

0 comments on commit 9ffceb5

Please sign in to comment.