We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d507c commit 9abca7aCopy full SHA for 9abca7a
.github/workflows/test.yml
@@ -107,7 +107,7 @@ jobs:
107
echo "LIBSQLITE3_PATH=${PWD}/libsqlite3.so.0" >> "$GITHUB_ENV"
108
- name: "Install sqlite-s3-query and any dependencies"
109
run: |
110
- pip install ".[dev]"
+ pip install ".[dev,ci]"
111
- name: "Test (Windows)"
112
if: matrix.os == 'windows-2019'
113
pyproject.toml
@@ -24,6 +24,9 @@ dependencies = [
24
dev = [
25
"coverage",
26
]
27
+ci = [
28
+ "httpx==0.18.2",
29
+]
30
31
[project.urls]
32
"Home-page" = "https://github.com/michalc/sqlite-s3-query"
0 commit comments