From 4beb87f44694a1f82ab873ca1858e9d451afcdcf Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 29 Nov 2021 15:43:04 -0800 Subject: [PATCH] Fixed typo in workflow --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bbbdac9..b3f9dbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: - name: Optionally install numpy if: matrix.numpy == 1 run: pip install numpy - - name: Optionall install pysqlite3 with SQLite 3.37 + - name: Optionally install pysqlite3 with SQLite 3.37 if: matrix.pysqlite3_sqlite_3_37 == 1 run: |- cd /tmp @@ -45,7 +45,7 @@ jobs: cd sqlite-3.37 wget 'https://www.sqlite.org/2021/sqlite-amalgamation-3370000.zip' unzip sqlite-amalgamation-3370000.zip - git clone https://github.com/coleifer/pysqlite3/ + git clone https://github.com/coleifer/pysqlite3 cp sqlite-amalgamation-3370000/sqlite3.[ch] pysqlite3 cd pysqlite3 pip install wheel