Disable tests for Python 3.10-rc
Some of the dependencies of Netbox can't be built with Python 3.10.
This commit is contained in:
parent
30a98c5009
commit
bb2ac7bd71
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- ./build.sh develop
|
||||
docker_from:
|
||||
- '' # use the default of the build script
|
||||
- python:3.10-rc-alpine
|
||||
# - python:3.10-rc-alpine # disable until dependencies work
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-latest
|
||||
name: Builds new Netbox Docker Images
|
||||
|
Loading…
Reference in New Issue
Block a user