File tree 3 files changed +2
-8
lines changed
3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 41
41
- name : Install driver dependencies
42
42
run : pip install -r requirements.txt
43
43
working-directory : main
44
- env :
45
- RELEASE_VERSION : ' 0.1'
46
44
47
45
- name : Load Polypheny JAR
48
46
uses : actions/download-artifact@v4
100
98
- name : Install driver dependencies
101
99
run : pip install -r requirements.txt
102
100
working-directory : main
103
- env :
104
- RELEASE_VERSION : ' 0.1'
105
101
106
102
- name : Load Polypheny JAR
107
103
uses : actions/download-artifact@v4
@@ -143,8 +139,6 @@ jobs:
143
139
144
140
- name : Install driver dependencies
145
141
run : pip install -r requirements.txt
146
- env :
147
- RELEASE_VERSION : ' 0.1'
148
142
149
143
- name : Install markdown generator
150
144
run : pip install sphinx-markdown-builder
Original file line number Diff line number Diff line change 1
- polypheny-prism-api == 1.6
1
+ polypheny-prism-api == 1.8
2
2
pytest
3
3
coverage
4
4
Sphinx
Original file line number Diff line number Diff line change 22
22
long_description_content_type = 'text/markdown' ,
23
23
packages = ['polypheny' ],
24
24
install_requires = [
25
- "polypheny-prism-api==1.6 " ,
25
+ "polypheny-prism-api==1.8 " ,
26
26
],
27
27
)
You can’t perform that action at this time.
0 commit comments