Skip to content

Commit 44c664f

Browse files
CopilotRMeli
andcommitted
Add requests as a test dependency for CI
Co-authored-by: RMeli <11348981+RMeli@users.noreply.github.com>
1 parent c88092c commit 44c664f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Install base dependencies
4747
run: |
48-
uv pip install numpy scipy networkx rustworkx pebble pytest pytest-cov pytest-benchmark
48+
uv pip install numpy scipy networkx rustworkx pebble pytest pytest-cov pytest-benchmark requests
4949
5050
- name: Install chemistry library (rdkit)
5151
if: matrix.chemlib == 'rdkit'

0 commit comments

Comments
 (0)