Skip to content

Commit bb2ac7b

Browse files
committed
Disable tests for Python 3.10-rc
Some of the dependencies of Netbox can't be built with Python 3.10.
1 parent 30a98c5 commit bb2ac7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- ./build.sh develop
2020
docker_from:
2121
- '' # use the default of the build script
22-
- python:3.10-rc-alpine
22+
# - python:3.10-rc-alpine # disable until dependencies work
2323
fail-fast: false
2424
runs-on: ubuntu-latest
2525
name: Builds new Netbox Docker Images

0 commit comments

Comments
 (0)