Skip to content

Commit 9c82d38

Browse files
committed
add .properties for local testing & bump cloudpickle to 3.1.2
1 parent 6d72093 commit 9c82d38

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

python/src/pywy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
# we support python 3.11
1919
numpy==2.3.0
20-
cloudpickle==3.0.0
20+
cloudpickle==3.1.2

wayang-api/wayang-api-python/src/test/resources/wayang.properties

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
wayang.api.python.worker = python/src/pywy/execution/worker.py
17+
wayang.api.python.worker = /var/www/html/python/src/pywy/execution/worker.py
1818
wayang.api.python.path = python3
19-
# wayang.api.python.env.path = /usr/local/lib/python3.8/dist-packages
19+
wayang.api.python.env.path = /var/www/html/python/src
20+
21+
# for python api tests
22+
# wayang.api.python.worker = ../../python/src/pywy/execution/worker.py
23+
# wayang.api.python.env.path=/home/runner/work/incubator-wayang/incubator-wayang/python/src
24+
# wayang.api.python.path = python3

0 commit comments

Comments
 (0)