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