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 1c8b298 commit dca21f2Copy full SHA for dca21f2
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- {VERSION: "3.9", TOXENV: "docs"}
48
name: "${{ matrix.PYTHON.TOXENV }}${{ matrix.PYTHON.OS && format(' on {0}', matrix.PYTHON.OS) || '' }}"
49
steps:
50
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
51
- name: Setup python
52
uses: actions/setup-python@v4
53
with:
@@ -71,7 +71,7 @@ jobs:
71
- {CONTAINER: "ubuntu-rolling", TOXENV: "py311-cryptographyMain"}
72
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
73
74
75
- run: /venv/bin/pip install tox
76
- run: /venv/bin/tox -v
77
env:
0 commit comments