We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cdaaa commit 1acef5dCopy full SHA for 1acef5d
.github/workflows/build.yml
@@ -15,10 +15,16 @@ jobs:
15
uses: actions/setup-python@v3
16
with:
17
python-version: '3.10'
18
- - name: Add conda to system path
19
- run: |
20
- # $CONDA is an environment variable pointing to the root of the miniconda directory
21
- echo $CONDA/bin >> $GITHUB_PATH
+ # - 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
22
+ # conda --version
23
+ - uses: conda-incubator/setup-miniconda@v2
24
+ with:
25
+ auto-activate-base: true
26
+ activate-environment: ""
27
+ python-version: '3.10'
28
- name: Install dependencies
29
run: |
30
# Pip dependencies
0 commit comments