Skip to content

Commit

Permalink
.github/workflows/macos.yml: Pass inputs.extra_sage_packages to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Feb 25, 2024
1 parent d47f100 commit 2165bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
;;
esac
(sleep ${{ inputs.timeout }}; pkill make) &
MAKE="make -j12" "${{ steps.python.outputs.python-path }}" -m pipx run tox -e $TOX_ENV -- SAGE_NUM_THREADS=6 $TARGETS
MAKE="make -j12" EXTRA_SAGE_PACKAGES="${{ inputs.extra_sage_packages }}" "${{ steps.python.outputs.python-path }}" -m pipx run tox -e $TOX_ENV -- SAGE_NUM_THREADS=6 $TARGETS
- name: Prepare logs artifact
run: |
mkdir -p "artifacts/$LOGS_ARTIFACT_NAME"; cp -r .tox/*/log "artifacts/$LOGS_ARTIFACT_NAME"
Expand Down

0 comments on commit 2165bef

Please sign in to comment.