gci: Re-enable DEVELOPER=0 builds

This commit is contained in:
Christian Decker
2021-01-11 13:01:50 +01:00
parent 37547d39ff
commit 9b541961b5
2 changed files with 1 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
developer: [1]
developer: [0,1]
steps:
- uses: actions/checkout@v2