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 27, 2023
1 parent 5f3eca3 commit 9f1a22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.9.9
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env create -n cell2mol --file environment.yml python=3.9
conda env create -n cell2mol --file environment.yml
source activate cell2mol
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 9f1a22b

Please sign in to comment.