Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
Try to fix the env activation
  • Loading branch information
avivrosenberg authored May 6, 2021
1 parent 148b5df commit 3e31a3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
conda-channels: conda-forge # optional, default is

- name: Install deps
run: |
conda env update -f environment.yml -n proteins
conda activate proteins
run: conda env update -f environment.yml -n proteins

- name: Run tests
run: pytest
run: |
source activate proteins
pytest

0 comments on commit 3e31a3d

Please sign in to comment.