Skip to content

Commit c92cddc

Browse files
committed
fixup
1 parent 4390b36 commit c92cddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/system.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
show-versioninfo: true
7575
- name: Set PYTHON Env variable
7676
run: echo "PYTHON=python" >> $GITHUB_ENV
77-
if: ${{ matrix.python-version != '2.7' }}
77+
if: ${{ matrix.python-version == '2.7' }}
7878
- name: Install PyPreferences
7979
shell: julia --project=@. {0}
8080
run: |

0 commit comments

Comments
 (0)