File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
echo "::group::Installing Python packages"
52
52
python3 -m venv $GITHUB_WORKSPACE/venv
53
53
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
55
55
echo "::endgroup::"
56
56
57
57
source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh
Original file line number Diff line number Diff line change 51
51
echo "::group::Installing Python packages"
52
52
python3 -m venv $GITHUB_WORKSPACE/venv
53
53
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
55
55
echo "::endgroup::"
56
56
57
57
source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh
Original file line number Diff line number Diff line change 51
51
echo "::group::Installing Python packages"
52
52
python3 -m venv $GITHUB_WORKSPACE/venv
53
53
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
55
55
echo "::endgroup::"
56
56
57
57
source $GITHUB_WORKSPACE/inet/_scripts/github/build-inet.sh
You can’t perform that action at this time.
0 commit comments