diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index d2c7ec6..e0fa08a 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -16,6 +16,9 @@ jobs: if [ -n "$EXTRA_MODULES" ]; then pip install $EXTRA_MODULES fi + if [ -f ../pip-options.txt ]; then + cp ../pip-options.txt . + fi if [ ! -f pip-options.txt ]; then touch pip-options.txt fi