mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Split out cibuild-setup-py
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -24,3 +24,15 @@ jobs:
|
||||
- name: CI Build
|
||||
run: |
|
||||
./script/cibuild
|
||||
setup-py:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.10'
|
||||
architecture: x64
|
||||
- name: CI setup.py
|
||||
run: |
|
||||
./script/cibuild-setup-py
|
||||
|
||||
Reference in New Issue
Block a user