Skip to content

Commit 0e625a3

Browse files
committed
Disable python 3.9 tests once more
1 parent a0f5a11 commit 0e625a3

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
@@ -15,7 +15,7 @@ jobs:
1515
- '' # use the default of the DOCKERFILE
1616
- python:3.7-alpine
1717
- python:3.8-alpine
18-
- python:3.9-rc-alpine
18+
# - python:3.9-rc-alpine # disable until Netbox's unit tests work
1919
fail-fast: false
2020
runs-on: ubuntu-latest
2121
name: Builds new Netbox Docker Images

0 commit comments

Comments
 (0)