Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 932fa8b

Browse files
committedMay 17, 2024··
Bump prism-api version to 1.8
1 parent 9dc74b0 commit 932fa8b

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed
 

‎.github/workflows/test.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
- name: Install driver dependencies
4242
run: pip install -r requirements.txt
4343
working-directory: main
44-
env:
45-
RELEASE_VERSION: '0.1'
4644

4745
- name: Load Polypheny JAR
4846
uses: actions/download-artifact@v4
@@ -100,8 +98,6 @@ jobs:
10098
- name: Install driver dependencies
10199
run: pip install -r requirements.txt
102100
working-directory: main
103-
env:
104-
RELEASE_VERSION: '0.1'
105101

106102
- name: Load Polypheny JAR
107103
uses: actions/download-artifact@v4
@@ -143,8 +139,6 @@ jobs:
143139

144140
- name: Install driver dependencies
145141
run: pip install -r requirements.txt
146-
env:
147-
RELEASE_VERSION: '0.1'
148142

149143
- name: Install markdown generator
150144
run: pip install sphinx-markdown-builder

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
polypheny-prism-api==1.6
1+
polypheny-prism-api==1.8
22
pytest
33
coverage
44
Sphinx

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
long_description_content_type='text/markdown',
2323
packages=['polypheny'],
2424
install_requires=[
25-
"polypheny-prism-api==1.6",
25+
"polypheny-prism-api==1.8",
2626
],
2727
)

0 commit comments

Comments
 (0)
Please sign in to comment.