Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaplaza authored Nov 24, 2023
1 parent f9d4264 commit e762e70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name base python=3.9
conda create --name cell2mol python=3.9
conda env update --file environment.yml --name cell2mol
conda activate cell2mol
- name: Lint with flake8
run: |
conda install flake8
Expand Down

0 comments on commit e762e70

Please sign in to comment.