Skip to content

Commit

Permalink
#93 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdeep330 committed Oct 14, 2022
1 parent c888339 commit 1275331
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/inputTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1275331

Please sign in to comment.