Skip to content

Commit 7cf213b

Browse files
authored
Merge pull request #96 from altendky/oops
only setup python if no docker selected
2 parents 2f45e79 + a016d1e commit 7cf213b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@v2
8282
- name: Set up ${{ matrix.python.name }}
83+
if: ${{ job.container == '' }}
8384
uses: actions/setup-python@v1
8485
with:
8586
python-version: ${{ matrix.python.action }}

0 commit comments

Comments
 (0)