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 f5a464e commit 30d3b71Copy full SHA for 30d3b71
.github/workflows/ci.yml
@@ -24,5 +24,6 @@ jobs:
24
steps:
25
- uses: actions/checkout@v1
26
- run: |
27
+ eval "$(pyenv init -)"
28
pip install tox
29
tox -v -e "${{ matrix.abc.toxenv }}"
0 commit comments