Skip to content

Commit afaed84

Browse files
committed
Add requirements.txt for testing
1 parent e809d49 commit afaed84

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install build
33+
pip install -r requirements.txt
3334
- name: Test with pytest
3435
run: |
3536
pip install pytest pytest-cov

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
py4j>=0.10.7
2+
JPype1

0 commit comments

Comments
 (0)