Skip to content

Commit bc3a093

Browse files
committed
.github: Fixed some more issues.
1 parent d86f2b1 commit bc3a093

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/fingerprint-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ jobs:
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::"

.github/workflows/validation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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

0 commit comments

Comments
 (0)