Skip to content

Commit 4390b36

Browse files
committed
make test work with python 2
1 parent 6a92054 commit 4390b36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/system.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
version: ${{ matrix.julia-version }}
7373
arch: ${{ matrix.architecture }}
7474
show-versioninfo: true
75+
- name: Set PYTHON Env variable
76+
run: echo "PYTHON=python" >> $GITHUB_ENV
77+
if: ${{ matrix.python-version != '2.7' }}
7578
- name: Install PyPreferences
7679
shell: julia --project=@. {0}
7780
run: |

0 commit comments

Comments
 (0)