From bc274666a8836e5ca0f11928ac1be39f8140cafc Mon Sep 17 00:00:00 2001 From: Levente Meszaros Date: Mon, 21 Oct 2024 13:44:21 +0200 Subject: [PATCH] .github: Added missing imported Python package. --- .github/workflows/chart-tests.yml | 2 +- .github/workflows/statistical-tests.yml | 2 +- .github/workflows/validation-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chart-tests.yml b/.github/workflows/chart-tests.yml index c9eacf482af..45517491fd0 100644 --- a/.github/workflows/chart-tests.yml +++ b/.github/workflows/chart-tests.yml @@ -51,7 +51,7 @@ jobs: echo "::group::Installing Python packages" python3 -m venv $GITHUB_WORKSPACE/venv source $GITHUB_WORKSPACE/venv/bin/activate - python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel + python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel requests echo "::endgroup::" source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh diff --git a/.github/workflows/statistical-tests.yml b/.github/workflows/statistical-tests.yml index 57f3e56bbd9..384eee107d8 100644 --- a/.github/workflows/statistical-tests.yml +++ b/.github/workflows/statistical-tests.yml @@ -51,7 +51,7 @@ jobs: echo "::group::Installing Python packages" python3 -m venv $GITHUB_WORKSPACE/venv source $GITHUB_WORKSPACE/venv/bin/activate - python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel + python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel requests echo "::endgroup::" source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh diff --git a/.github/workflows/validation-tests.yml b/.github/workflows/validation-tests.yml index 339fa1ffcbf..548b09d826d 100644 --- a/.github/workflows/validation-tests.yml +++ b/.github/workflows/validation-tests.yml @@ -51,7 +51,7 @@ jobs: echo "::group::Installing Python packages" python3 -m venv $GITHUB_WORKSPACE/venv source $GITHUB_WORKSPACE/venv/bin/activate - python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel + python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel requests echo "::endgroup::" source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh