From 1275331c16fefa35d14b924f0a7d530009387f29 Mon Sep 17 00:00:00 2001 From: gurdeep330 <[gurdeep330@gmail.com]> Date: Fri, 14 Oct 2022 14:36:51 +0200 Subject: [PATCH] #93 tests --- .github/workflows/inputTests.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/inputTests.yml b/.github/workflows/inputTests.yml index 59441c07c..b26ed674d 100644 --- a/.github/workflows/inputTests.yml +++ b/.github/workflows/inputTests.yml @@ -39,12 +39,19 @@ jobs: auto-update-conda: true # Activate environment.yml and run test - - name: Run + - name: Create env shell: bash -l {0} - run: | - conda env create -f environment.yml - conda activate precogx - pytest + run: conda env create -f environment.yml + + # Activate env + - name: Create env + shell: bash -l {0} + run: conda activate precogx + + # run pytest + - name: Create env + shell: bash -l {0} + run: pytest # run the test.py to get the latest SIFT and PDB FASTA files