summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-03-19 19:36:39 -0400
committerGitHub <noreply@github.com>2021-03-19 16:36:39 -0700
commit2be0c8677e77dca03829e1a588a627e1ee037111 (patch)
tree39e2d0d9275d1fe97726a4e3a63836932160c307 /.github
parent5dc698861c91b4aa83b284b282c0e91cdcee49a3 (diff)
downloadpyopenssl-2be0c8677e77dca03829e1a588a627e1ee037111.tar.gz
Attempt to test with system OpenSSL on recent Ubuntu (#1003)
* Attempt to test with system OpenSSL on recent Ubuntu * attempted fix for this test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2d45c88..8f7db96 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -65,6 +65,8 @@ jobs:
TEST:
- {CONTAINER: "stretch", TOXENV: "py27"}
- {CONTAINER: "ubuntu-bionic", TOXENV: "py36"}
+ # cryptographyMaster used since there's no wheel
+ - {CONTAINER: "ubuntu-rolling", TOXENV: "py38-cryptographyMaster"}
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
steps:
- uses: actions/checkout@v2