diff --git a/.github/workflows/modules.yml b/.github/workflows/modules.yml index 9d6e767..15e1c3e 100644 --- a/.github/workflows/modules.yml +++ b/.github/workflows/modules.yml @@ -65,4 +65,4 @@ jobs: architecture: x64 - name: Test Module run: | - ./script/test-module ${{ matrix.module }} + ./script/cibuild-module ${{ matrix.module }} diff --git a/script/test-module b/script/cibuild-module similarity index 98% rename from script/test-module rename to script/cibuild-module index 8148d73..b48ba7c 100755 --- a/script/test-module +++ b/script/cibuild-module @@ -15,6 +15,7 @@ VENV_PYTHON=$(command -v python3) VENV_NAME="${TMP_DIR}/env" "$VENV_PYTHON" -m venv "$VENV_NAME" . "${VENV_NAME}/bin/activate" +pip install setuptools echo "## environment & versions ######################################################" python --version pip --version