Skip to content

Commit 42bdf7a

Browse files
committed
Explicitly set version=0.1 in tests
1 parent e9c3b3d commit 42bdf7a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- name: Install driver dependencies
4242
run: pip install -r requirements.txt
4343
working-directory: main
44+
env:
45+
VERSION: '0.1'
4446

4547
- name: Load Polypheny JAR
4648
uses: actions/download-artifact@v4
@@ -98,6 +100,8 @@ jobs:
98100
- name: Install driver dependencies
99101
run: pip install -r requirements.txt
100102
working-directory: main
103+
env:
104+
VERSION: '0.1'
101105

102106
- name: Load Polypheny JAR
103107
uses: actions/download-artifact@v4
@@ -142,6 +146,8 @@ jobs:
142146
- name: Install driver dependencies
143147
run: pip install -r requirements.txt
144148
working-directory: main
149+
env:
150+
VERSION: '0.1'
145151

146152
- name: Install markdown generator
147153
run: pip install sphinx-markdown-builder

0 commit comments

Comments
 (0)