We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c3b3d commit 42bdf7aCopy full SHA for 42bdf7a
1 file changed
.github/workflows/test.yaml
@@ -41,6 +41,8 @@ jobs:
41
- name: Install driver dependencies
42
run: pip install -r requirements.txt
43
working-directory: main
44
+ env:
45
+ VERSION: '0.1'
46
47
- name: Load Polypheny JAR
48
uses: actions/download-artifact@v4
@@ -98,6 +100,8 @@ jobs:
98
100
99
101
102
103
104
105
106
107
@@ -142,6 +146,8 @@ jobs:
142
146
143
147
144
148
149
150
145
151
152
- name: Install markdown generator
153
run: pip install sphinx-markdown-builder
0 commit comments