Skip to content

Commit a50fea6

Browse files
committed
.github: Added missing setuptools Python dependency required by omnetpp.
1 parent 406328c commit a50fea6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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 requests
54+
python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel requests setuptools
5555
echo "::endgroup::"
5656
5757
source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh

.github/workflows/module-tests.yml

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

.github/workflows/other-tests.yml

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

.github/workflows/speed-tests.yml.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "::group::Installing Python packages"
5454
python3 -m venv $GITHUB_WORKSPACE/venv
5555
source $GITHUB_WORKSPACE/venv/bin/activate
56-
python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel requests
56+
python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel requests setuptools
5757
echo "::endgroup::"
5858

5959
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 requests
54+
python3 -m pip install --upgrade matplotlib numpy pandas seaborn scipy ipython posix-ipc cppyy sewar dask distributed optimparallel requests setuptools
5555
echo "::endgroup::"
5656
5757
source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh

.github/workflows/unit-tests.yml

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

0 commit comments

Comments
 (0)