Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltaf committed Jun 7, 2024
1 parent c8508ac commit f6afe34
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
conda config --add pkgs_dirs ~/conda_pkgs_dir
conda update -q conda
- name: Add conda channels
shell: bash
run: |
source "$HOME/miniconda/etc/profile.d/conda.sh"
conda config --add channels conda-forge
- name: Create and activate conda environment
shell: bash
run: |
Expand All @@ -42,12 +48,12 @@ jobs:
env:
CONDA_PKGS_DIRS: ~/conda_pkgs_dir

- name: Install dependencies
- name: Check Python version
shell: bash
run: |
source "$HOME/miniconda/etc/profile.d/conda.sh"
conda activate protein-prediction
pip install pytest
python --version
- name: Run tests
shell: bash
Expand Down

0 comments on commit f6afe34

Please sign in to comment.