Test --load-extension in GitHub Actions (#1792)

* Run the --load-extension test, refs #1789
* Ran cog, refs #1789
This commit is contained in:
Simon Willison 2022-08-23 17:11:45 -07:00 committed by GitHub
commit ba35105eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -24,6 +24,9 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Build extension for --load-extension test
run: |-
(cd tests && gcc ext.c -fPIC -shared -o ext.so)
- name: Install dependencies
run: |
pip install -e '.[test]'