We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d437280 commit db63e10Copy full SHA for db63e10
.github/workflows/ci.yml
@@ -65,6 +65,7 @@ jobs:
65
strategy:
66
matrix:
67
TEST:
68
+ - {CONTAINER: "ubuntu-bionic", TOXENV: "py36"}
69
# cryptographyMain used since there's no wheel
70
- {CONTAINER: "ubuntu-rolling", TOXENV: "py310-cryptographyMain"}
71
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
0 commit comments