Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sotis-am authored Jan 17, 2024
1 parent cabe395 commit 5d425bb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,17 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11.4
uses: actions/setup-python@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: '3.11.4'
activate-environment: anaconda-client-env
environment-file: etc/example-environment.yml
python-version: 3.11.4
condarc-file: etc/example-condarc.yml
auto-activate-base: false
#- name: Set up Python 3.11.4
# uses: actions/setup-python@v4
# with:
# python-version: '3.11.4'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
Expand Down

0 comments on commit 5d425bb

Please sign in to comment.