Skip to content

Commit

Permalink
Merge pull request #611 from ab-10/patch-1
Browse files Browse the repository at this point in the history
Avoid using global python executable for TCK tests
  • Loading branch information
opatrascoiu authored Dec 11, 2023
2 parents 7f5acc9 + 53fe52b commit 69c44ea
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Licensed under Apache 2.0 license

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

This product contains code copyright Cerebral Adaptive Forecasting, licensed under Apache 2.0 license.
10 changes: 10 additions & 0 deletions dco/cerebral-armins_stepanjans.dco
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
1) I, Armins Stepanjans, certify that all work committed with the commit message
"covered by: cerebral-armins_stepanjans.dco" is copyright
Cerebral Adaptive Forecasting and that I am authorized by Cerebral Adaptive Forecasting
to contribute this code under the Apache 2.0 license.

2) I understand and agree all contribution including all personal
information I submit with it is maintained indefinitely and may be
redistributed consistent with the open source license(s) involved.

This certification is effective for all code contributed from 2023-12-04 to 9999-01-01.
4 changes: 3 additions & 1 deletion dmn-tck-it/dmn-tck-it-python-translator/ci_build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/usr/bin/env bash

export CI_PROJECT_DIR=.

# mvn clean does not remove them
rm -rf .pytest_cache
rm -rf .tox
rm -rf .venv

$CI_PROJECT_DIR/ci/make_env.sh .venv
source $CI_PROJECT_DIR/ci/make_env.sh .venv
status=$?
if [ $status -eq 0 ]
then
Expand Down

0 comments on commit 69c44ea

Please sign in to comment.