Skip to content

Commit 4ab8ecb

Browse files
Merge pull request #19 from nauaneed/bump-cython-old
More updates for future-proofing
2 parents 448bd67 + 54ae678 commit 4ab8ecb

File tree

5 files changed

+224
-139
lines changed

5 files changed

+224
-139
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip setuptools wheel
23-
python -m pip install -r requirements.txt
24-
pip install .
23+
pip install .[tests] -v
24+
pip list
2525
- name: Run tests
2626
run: pytest -v --pyargs cyarray --benchmark-save benchmark-stats --benchmark-json benchmark-full.json --benchmark-histogram
2727

0 commit comments

Comments
 (0)