Skip to content

Commit f5ae0ab

Browse files
Dobiasdclaude
andcommitted
Drop redundant pip self-upgrade in CI
Ubuntu 24.04 ships pip 24.0, which already handles the TF 2.21 and Keras 3.14 wheels. The self-upgrade step also runs into PEP 668's RECORD-file check on apt-installed pip, so removing it both simplifies setup and avoids that quirk. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent afb252a commit f5ae0ab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
# system libs
1313
sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran
1414
# python libs
15-
sudo pip3 install --break-system-packages --upgrade pip
1615
sudo pip3 install --break-system-packages numpy scipy h5py "tensorflow==2.21.0" "keras==3.14.0"
1716
echo "Python version:"
1817
python3 --version

0 commit comments

Comments
 (0)