aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRyan Volz <ryan.volz@gmail.com>2021-12-08 16:04:59 -0500
committermormj <34754695+mormj@users.noreply.github.com>2021-12-10 13:37:11 -0500
commitd6a41e7bdd66249af234f6200198b273f30682f0 (patch)
tree6fb0c6fd39e60f5113c00ed281df67d448c02bea /.github
parentaudio: osx: Replace boost::scoped_array with std::unique_ptr. (diff)
downloadgnuradio-d6a41e7bdd66249af234f6200198b273f30682f0.tar.xz
gnuradio-d6a41e7bdd66249af234f6200198b273f30682f0.zip
MNT: Re-rendered with conda-build 3.21.7, conda-smithy 3.15.1, and conda-forge-pinning 2021.12.09.14.59.11
Signed-off-by: Ryan Volz <ryan.volz@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/conda-build.yml21
1 files changed, 11 insertions, 10 deletions
diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml
index 5ce86059b..686a852ee 100644
--- a/.github/workflows/conda-build.yml
+++ b/.github/workflows/conda-build.yml
@@ -13,17 +13,17 @@ jobs:
fail-fast: false
matrix:
include:
- - CONFIG: linux_64_numpy1.18python3.8.____cpython
- SHORT_CONFIG: linux_64_numpy1.18python3.8.____cpython
+ - CONFIG: linux_64_numpy1.19python3.9.____cpython
+ SHORT_CONFIG: linux_64_numpy1.19python3.9.____cpython
UPLOAD_PACKAGES: True
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7
+ DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
os: ubuntu
- - CONFIG: win_64_numpy1.18python3.8.____cpython
- SHORT_CONFIG: win_64_numpy1.18python3.8.____cpython
+ - CONFIG: win_64_numpy1.19python3.9.____cpython
+ SHORT_CONFIG: win_64_numpy1.19python3.9.____cpython
UPLOAD_PACKAGES: True
os: windows
- - CONFIG: osx_64_numpy1.18python3.8.____cpython
- SHORT_CONFIG: osx_64_numpy1.18python3.8.____cpython
+ - CONFIG: osx_64_numpy1.19python3.9.____cpython
+ SHORT_CONFIG: osx_64_numpy1.19python3.9.____cpython
UPLOAD_PACKAGES: True
os: macos
steps:
@@ -37,7 +37,7 @@ jobs:
env:
CONFIG: ${{ matrix.CONFIG }}
UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }}
- DOCKERIMAGE: ${{ matrix.DOCKERIMAGE }}
+ DOCKER_IMAGE: ${{ matrix.DOCKER_IMAGE }}
CI: github_actions
UPLOAD_ON_BRANCH: master
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
@@ -77,14 +77,15 @@ jobs:
- name: Install Miniconda for windows
uses: conda-incubator/setup-miniconda@v2
with:
- miniconda-version: latest
+ miniforge-version: latest
+ miniforge-variant: Mambaforge
if: matrix.os == 'windows'
- name: Build on windows
shell: cmd
run: |
call activate base
- conda.exe install -c conda-forge 'python=3.6' conda-build conda "conda-forge-ci-setup=3" pip boa
+ mamba.exe install -c conda-forge 'python=3.9' conda-build conda "conda-forge-ci-setup=3" pip boa
if errorlevel 1 exit 1
setup_conda_rc .\ ".\.packaging/conda_recipe" .\.ci_support\%CONFIG%.yaml
if errorlevel 1 exit 1