Skip to content

Commit

Permalink
Bump prism-api version to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed May 17, 2024
1 parent 9dc74b0 commit 3092291
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
- name: Install driver dependencies
run: pip install -r requirements.txt
working-directory: main
env:
RELEASE_VERSION: '0.1'

- name: Load Polypheny JAR
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -100,8 +98,6 @@ jobs:
- name: Install driver dependencies
run: pip install -r requirements.txt
working-directory: main
env:
RELEASE_VERSION: '0.1'

- name: Load Polypheny JAR
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -143,8 +139,6 @@ jobs:

- name: Install driver dependencies
run: pip install -r requirements.txt
env:
RELEASE_VERSION: '0.1'

- name: Install markdown generator
run: pip install sphinx-markdown-builder
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polypheny-prism-api==1.6
polypheny-prism-api==1.9
pytest
coverage
Sphinx
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
long_description_content_type='text/markdown',
packages=['polypheny'],
install_requires=[
"polypheny-prism-api==1.6",
"polypheny-prism-api==1.9",
],
)

0 comments on commit 3092291

Please sign in to comment.