1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Merge pull request #1086 from octodns/py-3-12-ci-modules

Rename script/test-module to script/cibuild-module, update for py3.12
This commit is contained in:
Ross McFarland
2023-10-12 11:42:53 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -65,4 +65,4 @@ jobs:
architecture: x64
- name: Test Module
run: |
./script/test-module ${{ matrix.module }}
./script/cibuild-module ${{ matrix.module }}

View File

@@ -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