Skip to content

Commit 15b3374

Browse files
committed
Install python dependencies
1 parent 1d255a6 commit 15b3374

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
python-version: 3.12
2828

29+
- name: Install Dependencies 📦
30+
run: pip install -r requirements.txt
31+
2932
- name: Build Python Extension 🛠️
3033
run: python3 src/setup.py build
3134
- name: Install Python Extension 📦

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Cython~=3.0.0
22
pytest~=8.3.0
3-
pytest-benchmark~=4.0.0
3+
pytest-benchmark~=5.0.0

0 commit comments

Comments
 (0)