Skip to content

Commit

Permalink
Merge pull request #19 from nauaneed/bump-cython-old
Browse files Browse the repository at this point in the history
More updates for future-proofing
  • Loading branch information
prabhuramachandran authored Dec 13, 2024
2 parents 448bd67 + 54ae678 commit 4ab8ecb
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 139 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r requirements.txt
pip install .
pip install .[tests] -v
pip list
- name: Run tests
run: pytest -v --pyargs cyarray --benchmark-save benchmark-stats --benchmark-json benchmark-full.json --benchmark-histogram

Expand Down
Loading

0 comments on commit 4ab8ecb

Please sign in to comment.