Skip to content

Commit c6a82b7

Browse files
author
Matthias Koeppe
committed
.github/workflows/macos.yml: Pass inputs.extra_sage_packages to tox
1 parent d70aae0 commit c6a82b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
;;
145145
esac
146146
(sleep ${{ inputs.timeout }}; pkill make) &
147-
MAKE="make -j12" "${{ steps.python.outputs.python-path }}" -m pipx run tox -e $TOX_ENV -- SAGE_NUM_THREADS=6 $TARGETS
147+
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
148148
- name: Prepare logs artifact
149149
run: |
150150
mkdir -p "artifacts/$LOGS_ARTIFACT_NAME"; cp -r .tox/*/log "artifacts/$LOGS_ARTIFACT_NAME"

0 commit comments

Comments
 (0)