Skip to content

Commit 0b0a6df

Browse files
authored
Merge pull request #79 from michalc/ci/test-minimum-httpx-version
ci: test minimum httpx version rather than maximum
2 parents f8d507c + 9abca7a commit 0b0a6df

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
echo "LIBSQLITE3_PATH=${PWD}/libsqlite3.so.0" >> "$GITHUB_ENV"
108108
- name: "Install sqlite-s3-query and any dependencies"
109109
run: |
110-
pip install ".[dev]"
110+
pip install ".[dev,ci]"
111111
- name: "Test (Windows)"
112112
if: matrix.os == 'windows-2019'
113113
run: |

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ dependencies = [
2424
dev = [
2525
"coverage",
2626
]
27+
ci = [
28+
"httpx==0.18.2",
29+
]
2730

2831
[project.urls]
2932
"Home-page" = "https://github.com/michalc/sqlite-s3-query"

0 commit comments

Comments
 (0)