From ef62d6ac867e8bd1f0a841605d2b319c3f6ca902 Mon Sep 17 00:00:00 2001 From: YunusOE <150810027+YunusOE@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:43:39 +0200 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f772153..d0081bf 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -28,6 +28,8 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt pip install pytest + - name: Load pretrained data + run: python ExampleInput/load_pretrained_data.py - name: Print working directory run: pwd - name: Print current directory contents @@ -38,7 +40,4 @@ jobs: - name: Test with test cases run: | cd Test_Cases - pytest -v Case_001.py - pytest -v Case_010.py - pytest -v Case_030.py - pytest -v Case_040.py + pytest -v run_all_test_cases.py