File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -70,17 +70,16 @@ jobs:
7070 - name : Set up Python
7171 uses :
conda-incubator/[email protected] 7272 with :
73- miniforge-variant : Mambaforge
74- use-mamba : true
73+ miniforge-variant : Miniforge3
7574 python-version : " 3.8"
7675 channel-priority : strict
7776 - name : Install dependencies
7877 run : |
79- mamba install -c conda-forge boa conda-verify
78+ conda install -c conda-forge conda-verify
8079
8180 which python
8281 pip list
83- mamba list
82+ conda list
8483 # Clean the conda cache
8584 - name : Clean Conda Cache
8685 run : conda clean --all --yes
8988 # suffix for nightly package versions
9089 export VERSION_SUFFIX=a`date +%y%m%d`
9190
92- conda mambabuild conda/recipes \
91+ conda build conda/recipes \
9392 --python ${{ matrix.python }} \
9493 --variants "{target_platform: [${{ matrix.arch }}]}" \
9594 --error-overlinking \
9998 - name : Test conda packages
10099 if : matrix.arch == 'linux-64' # can only test native platform packages
101100 run : |
102- conda mambabuild --test packages/${{ matrix.arch }}/*.tar.bz2
101+ conda build --test packages/${{ matrix.arch }}/*.tar.bz2
103102 - name : Upload conda packages as artifacts
104103 uses : actions/upload-artifact@v4
105104 with :
You can’t perform that action at this time.
0 commit comments