Skip to content

Commit

Permalink
[CI] Fucking PEP 668 makes pip unusable
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Oct 14, 2024
1 parent b85b56c commit 1a50d69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get -y install g++ ninja-build gzip tabix pigz gztool libarchive-dev zlib1g-dev isal nasm
echo "PIP_BREAK_SYSTEM_PACKAGES=1" >> "${GITHUB_ENV}"
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade-strategy eager --upgrade indexed_gzip pgzip
Expand Down Expand Up @@ -166,6 +167,7 @@ jobs:
- name: Install Python Dependencies
run: |
echo "PIP_BREAK_SYSTEM_PACKAGES=1" >> "${GITHUB_ENV}"
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade-strategy eager --upgrade indexed_gzip pgzip
Expand Down Expand Up @@ -219,6 +221,7 @@ jobs:
- name: Install Python Dependencies
run: |
echo "PIP_BREAK_SYSTEM_PACKAGES=1" >> "${GITHUB_ENV}"
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade-strategy eager --upgrade indexed_gzip pgzip
Expand Down Expand Up @@ -269,6 +272,7 @@ jobs:
- name: Install Python Dependencies
run: |
echo "PIP_BREAK_SYSTEM_PACKAGES=1" >> "${GITHUB_ENV}"
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade-strategy eager --upgrade indexed_gzip pgzip
Expand Down Expand Up @@ -318,6 +322,7 @@ jobs:
- name: Install Python Dependencies
run: |
echo "PIP_BREAK_SYSTEM_PACKAGES=1" >> "${GITHUB_ENV}"
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade-strategy eager --upgrade indexed_gzip pgzip
Expand Down Expand Up @@ -350,6 +355,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get -y install clang g++ ninja-build gzip tabix pigz gztool libarchive-dev zlib1g-dev isal nasm
echo "PIP_BREAK_SYSTEM_PACKAGES=1" >> "${GITHUB_ENV}"
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade-strategy eager --upgrade indexed_gzip pgzip
Expand Down Expand Up @@ -441,6 +447,7 @@ jobs:
- name: Install Python Dependencies
run: |
echo "PIP_BREAK_SYSTEM_PACKAGES=1" >> "${GITHUB_ENV}"
python3 -m pip install --upgrade pip
python3 -m pip install build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Install Python Modules
run: |
echo "PIP_BREAK_SYSTEM_PACKAGES=1" >> "${GITHUB_ENV}"
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade-strategy eager --upgrade cibuildwheel cython twine numpy
Expand Down

0 comments on commit 1a50d69

Please sign in to comment.