Skip to content

Commit bc27466

Browse files
committed
.github: Added missing imported Python package.
1 parent 51be272 commit bc27466

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/chart-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "::group::Installing Python packages"
5252
python3 -m venv $GITHUB_WORKSPACE/venv
5353
source $GITHUB_WORKSPACE/venv/bin/activate
54-
python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel
54+
python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel requests
5555
echo "::endgroup::"
5656
5757
source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh

.github/workflows/statistical-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "::group::Installing Python packages"
5252
python3 -m venv $GITHUB_WORKSPACE/venv
5353
source $GITHUB_WORKSPACE/venv/bin/activate
54-
python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel
54+
python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel requests
5555
echo "::endgroup::"
5656
5757
source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh

.github/workflows/validation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "::group::Installing Python packages"
5252
python3 -m venv $GITHUB_WORKSPACE/venv
5353
source $GITHUB_WORKSPACE/venv/bin/activate
54-
python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel
54+
python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel requests
5555
echo "::endgroup::"
5656
5757
source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh

0 commit comments

Comments
 (0)