From dc05429337558806b6f0bb34be606bbe4ce0539c Mon Sep 17 00:00:00 2001 From: Jacob Brown Date: Tue, 7 Nov 2023 14:46:39 -0700 Subject: [PATCH] updated github workflow file to include installing requests --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ab1ba34..5970218 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -22,7 +22,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Dependencies run: | - python -m pip install spydrnet networkx pytest + python -m pip install requests spydrnet networkx pytest - name: Run Pytest for SpyDrNet-TMR run: | pytest -v \ No newline at end of file