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 2f45e79 commit 6ce4912Copy full SHA for 6ce4912
.github/workflows/ci.yml
@@ -80,6 +80,7 @@ jobs:
80
steps:
81
- uses: actions/checkout@v2
82
- name: Set up ${{ matrix.python.name }}
83
+ if: ${{ job.container != '' }}
84
uses: actions/setup-python@v1
85
with:
86
python-version: ${{ matrix.python.action }}
0 commit comments