Skip to content

Commit

Permalink
[BUILD] Skip installing test related python packages (#5294)
Browse files Browse the repository at this point in the history
#5292 failed because of macOS
build. Since we don’t run any tests on macOS anyway, it’s fine to simply
skip them.
  • Loading branch information
Jokeren authored Dec 1, 2024
1 parent b7e0601 commit 0b0ffc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ jobs:
echo "PATH is '$PATH'"
cd python
ccache --zero-stats
python3 -m pip install -v --no-build-isolation .[tests]
python3 -m pip install -v --no-build-isolation .
- name: CCache Stats
run: ccache --print-stats
- name: Inspect cache directories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ jobs:
echo "PATH is '$PATH'"
cd python
ccache --zero-stats
python3 -m pip install -v --no-build-isolation .[tests]
python3 -m pip install -v --no-build-isolation .

- *print-ccache-stats
- *inspect-cache-directories-step
Expand Down

0 comments on commit 0b0ffc3

Please sign in to comment.