Skip to content

Commit 9f379ea

Browse files
authored
Run virtualenv test on GitHub Actions (#837)
1 parent 3b203b2 commit 9f379ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/system.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
python-version: ${{ matrix.python-version }}
5151
architecture: ${{ matrix.architecture }}
5252
- run: python -m pip install --user numpy
53+
- run: python -m pip install virtualenv
54+
# virtualenv test with Python 2.7 is failing for some reason.
55+
# Skipping it for now.
56+
if: ${{ matrix.python-version != '2.7' }}
57+
- run: virtualenv --version
58+
if: ${{ matrix.python-version != '2.7' }}
5359
- name: Setup julia
5460
uses: julia-actions/setup-julia@v1
5561
with:

0 commit comments

Comments
 (0)