mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 01:44:31 +02:00
Fixed typo in workflow
This commit is contained in:
parent
71b6c3803e
commit
4beb87f446
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue