Skip to content

Commit 608c2aa

Browse files
authored
Merge pull request #134 from ax3l/ci-update-python-installs
CI: Python Install Dependencies
2 parents 4c305c8 + ffe9236 commit 608c2aa

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/dependencies/dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ sudo apt-get install -y --no-install-recommends\
1717
python3 \
1818
python3-pip
1919

20-
python3 -m pip install -U pip setuptools wheel
20+
python3 -m pip install -U pip
21+
python3 -m pip install -U build packaging setuptools wheel

.github/workflows/dependencies/dependencies_clang6.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ sudo apt-get install -y \
1515
python3 \
1616
python3-pip
1717

18-
python3 -m pip install -U pip setuptools wheel
18+
python3 -m pip install -U pip
19+
python3 -m pip install -U build packaging setuptools wheel

.github/workflows/dependencies/dependencies_gcc10.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ sudo apt-get install -y --no-install-recommends \
1818
python3 \
1919
python3-pip
2020

21-
python3 -m pip install -U pip setuptools wheel
21+
python3 -m pip install -U pip
22+
python3 -m pip install -U build packaging setuptools wheel

.github/workflows/dependencies/dependencies_nofortran.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ sudo apt-get install -y --no-install-recommends\
2121
python3 \
2222
python3-pip
2323

24-
python3 -m pip install -U pip setuptools wheel
24+
python3 -m pip install -U pip
25+
python3 -m pip install -U build packaging setuptools wheel

0 commit comments

Comments
 (0)