Skip to content

Commit

Permalink
Fix missing setuptools package for regression test
Browse files Browse the repository at this point in the history
Our regression test CI does not pin python version - it
simply uses 3.x. Since python 3.12, setuptools package,
which is needed by ccm package we use, is no longer
included by default. This fixes the problem by explicitly
installing setuptools package.

Signed-off-by: Boxuan Li <[email protected]>
  • Loading branch information
li-boxuan committed Feb 15, 2024
1 parent 6b5099a commit 8da88b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip install setuptools
- run: pip install git+https://github.com/li-boxuan/ccm.git

- uses: actions/checkout@v4
Expand Down

0 comments on commit 8da88b5

Please sign in to comment.