We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e809d49 commit afaed84Copy full SHA for afaed84
.github/workflows/python-publish.yml
@@ -30,6 +30,7 @@ jobs:
30
run: |
31
python -m pip install --upgrade pip
32
pip install build
33
+ pip install -r requirements.txt
34
- name: Test with pytest
35
36
pip install pytest pytest-cov
requirements.txt
@@ -0,0 +1,2 @@
1
+py4j>=0.10.7
2
+JPype1
0 commit comments