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.
1 parent 4390b36 commit c92cddcCopy full SHA for c92cddc
.github/workflows/system.yml
@@ -74,7 +74,7 @@ jobs:
74
show-versioninfo: true
75
- name: Set PYTHON Env variable
76
run: echo "PYTHON=python" >> $GITHUB_ENV
77
- if: ${{ matrix.python-version != '2.7' }}
+ if: ${{ matrix.python-version == '2.7' }}
78
- name: Install PyPreferences
79
shell: julia --project=@. {0}
80
run: |
0 commit comments