File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 6767 source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh
6868
6969 echo "::group::Running fingerprint tests"
70- SPLIT_N="${SPLIT_N:-1}"
71- SPLIT_I="${SPLIT_I:-0}"
70+ SPLIT_N=4
71+ SPLIT_I=${{ matrix.split }}
7272 cd $GITHUB_WORKSPACE/inet/tests/fingerprint
7373 # this indirectly calls the script named simply "inet", which handles the MODE envvar internally
74- ./fingerprinttest -n $SPLIT_N -i $SPLIT_I -f 'tplx' -f '~tNl'
75- ./fingerprinttest -n $SPLIT_N -i $SPLIT_I -f 'tplx' -f '~tND'
74+ ./fingerprinttest -n $SPLIT_N -i $SPLIT_I -f 'tplx' -f '~tNl' -f '~tND'
7675 echo "::endgroup::"
Original file line number Diff line number Diff line change 4949 echo "::endgroup::"
5050
5151 echo "::group::Installing Python packages"
52- python3 -m pip install numpy pandas
52+ python3 -m pip install matplotlib numpy pandas scipy ipython cppyy sewar dask distributed IPython optimparallel
5353 echo "::endgroup::"
5454
5555 source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh
You can’t perform that action at this time.
0 commit comments