Skip to content

Commit a016d1e

Browse files
committed
wow, that was backwards
1 parent 6ce4912 commit a016d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)