Browse code

Revert commit

Charlotte Soneson authored on 04/12/2020 09:18:10
Showing 1 changed files

... ...
@@ -54,7 +54,7 @@ jobs:
54 54
           sudo apt-get install -y qpdf
55 55
 
56 56
       - name: Install python-glpk
57
-        if: runner.os == 'Linux' && matrix.config.image == null
57
+        if: matrix.config.os == 'ubuntu-16.04' && matrix.config.image == null
58 58
         run: |
59 59
           sudo apt-get install -y python-glpk
60 60