Looks like Actions if: clauses prefer single quotes

Refs #395, #79
This commit is contained in:
Simon Willison 2022-02-03 22:06:23 -08:00 committed by GitHub
commit e46798959e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
if: matrix.numpy == 1
run: pip install numpy
- name: Install SpatiaLite
if: matrix.os == "ubuntu-latest"
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install libsqlite3-mod-spatialite
- name: Run tests
run: |