Upgrade setuptools (#1410)

This commit is contained in:
Li Jiang
2025-03-01 08:05:51 +08:00
committed by GitHub
parent dd26263330
commit 1798c4591e

View File

@@ -50,7 +50,7 @@ jobs:
export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/local/opt/libomp/lib -L/usr/local/opt/libomp/lib -lomp"
- name: Install packages and dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip wheel setuptools
pip install -e .
python -c "import flaml"
pip install -e .[test]