Skip to content

Commit 6ce4912

Browse files
committed
only setup python if no docker selected
1 parent 2f45e79 commit 6ce4912

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)