diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 16:40:46 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 16:40:46 -0500 |
commit | 0779aa15ce1c9e1660bc60c6fb16919ed9baaf9d (patch) | |
tree | c7c05005ef0fab7414e0aa141a9d9c6db622bb13 /.circleci | |
parent | 8618e73fc38ec4c7faed99901de2dbaaf012c83e (diff) |
CI config tweaks
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 86f3d23d..72f07b03 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: - orb: invocations/orb@1.0.4 + orb: invocations/orb@1.3.0 jobs: @@ -63,6 +63,8 @@ workflows: version: ["3.6"] # TODO: I don't see a nicer way to do this that doesn't require # making the orb know too much about its client code... + # TODO: the upper end of this needs to move, or grow more cells, + # periodically pip-overrides: ["cryptography==2.5", "cryptography==3.4"] # Kerberos tests. Currently broken :( #- kerberos: |