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.
2 parents 2f45e79 + a016d1e commit 7cf213bCopy full SHA for 7cf213b
.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