From 4598f0ca3f56534947c89e3c36ee8c37a1d40da4 Mon Sep 17 00:00:00 2001 From: Jacob Brown Date: Tue, 7 Nov 2023 15:06:51 -0700 Subject: [PATCH] trying to fix workflow tests --- .github/workflows/pytest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a88db85..fae9072 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -23,10 +23,12 @@ jobs: - name: Install Dependencies run: | python -m pip install requests networkx pytest + cd ~/ git clone https://github.com/byuccl/spydrnet.git cd spydrnet git checkout next_release pip install -e spydrnet + cd ~/spydrnet-tmr - name: Run Pytest for SpyDrNet-TMR run: | y | pytest -v -s \ No newline at end of file