Skip to content

Commit f2aa6ef

Browse files
authored
Bumped dependancy versions in the lock file (#303)
1 parent 41a5a63 commit f2aa6ef

5 files changed

Lines changed: 2006 additions & 1419 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
run: make install
6969

7070
- name: Run tests
71+
env:
72+
OPENBLAS_CORETYPE: Haswell
73+
OMP_NUM_THREADS: 1
7174
run: make test
7275

7376
- name: Upload coverage

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ install: .venv .reports
5959
# Tests
6060

6161
.pytest:
62-
poetry run pytest ${TESTS} --cov=${SOURCES} --cov-report=xml
62+
poetry run pytest -n 0 ${TESTS} --cov=${SOURCES} --cov-report=xml
6363

6464
.doctest:
6565
poetry run pytest --doctest-modules ${SOURCES} --ignore=rectools/tools/ann.py

0 commit comments

Comments
 (0)