Skip to content

Commit

Permalink
Update python-code-quality.yml make shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Jan 8, 2024
1 parent bd2fc61 commit 98a2cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Set number of cores for compilation
run: |
echo "MAKEFLAGS=-j$(nproc)" >> $GITHUB_ENV
echo "MAKEFLAGS=-j$(nproc) --shuffle" >> $GITHUB_ENV
- name: Build
run: .github/workflows/build_${{ matrix.os }}.sh $HOME/install
Expand Down

0 comments on commit 98a2cc2

Please sign in to comment.