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 352c212Copy full SHA for 352c212
.github/workflows/build.yml
@@ -15,10 +15,15 @@ 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
+ activate-environment: birdman
26
+ python-version: 3.10
27
- name: Install dependencies
28
run: |
29
# Pip dependencies
0 commit comments