Skip to content

Commit

Permalink
Explicitly set version=0.1 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed May 17, 2024
1 parent e9c3b3d commit 42bdf7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Install driver dependencies
run: pip install -r requirements.txt
working-directory: main
env:
VERSION: '0.1'

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

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

- name: Install markdown generator
run: pip install sphinx-markdown-builder
Expand Down

0 comments on commit 42bdf7a

Please sign in to comment.