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:
2
.github/workflows/modules.yml
vendored
2
.github/workflows/modules.yml
vendored
@@ -65,4 +65,4 @@ jobs:
|
||||
architecture: x64
|
||||
- name: Test Module
|
||||
run: |
|
||||
./script/test-module ${{ matrix.module }}
|
||||
./script/cibuild-module ${{ matrix.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
|
||||
Reference in New Issue
Block a user