Skip to content

Commit

Permalink
pin setuptools version to 73.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vpung committed Aug 27, 2024
1 parent ea254b0 commit a191ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
sudo apt-get update && sudo apt-get install -y libopenblas-dev
python -m pip install pip
python -m pip install --upgrade pip
python -m pip install setuptools==73.0.1
- name: Install PECOS
run: |
make libpecos VFLAG=-v WARN_AS_ERROR=True
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
wget https://bootstrap.pypa.io/get-pip.py &&
python3 get-pip.py &&
python3 -m pip install --upgrade pip &&
python3 -m pip install setuptools==73.0.1 &&
make libpecos VFLAG=-v WARN_AS_ERROR=True &&
make test VFLAG=-v WARN_AS_ERROR=True"

0 comments on commit a191ee9

Please sign in to comment.