From 4aa4f8d6b24e0bd8f1a2666cd5aeedcb5dbd986d Mon Sep 17 00:00:00 2001 From: Jackson Burns Date: Tue, 26 Mar 2024 08:34:14 -0400 Subject: [PATCH] DROP ME get rmgdatabase from personal channel for testing build, see ext the official build is out of date, and I don't want to push the updated rmgdatabase binaries to the official channel before getting RMG-Py working as well --- .conda/meta.yaml | 4 ++-- .github/workflows/conda_build.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.conda/meta.yaml b/.conda/meta.yaml index 37303a6d76..990cbbc072 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -61,7 +61,7 @@ requirements: - conda-forge::nomkl run: - conda-forge::libxcrypt # remove after upgrading Python versions - - rmg::rmgdatabase + - jacksonburns::rmgdatabase - conda-forge::cairo - conda-forge::cairocffi - conda-forge::ffmpeg @@ -110,7 +110,7 @@ requirements: test: requires: - conda-forge::libxcrypt # remove after upgrading Python versions - - rmg::rmgdatabase + - jacksonburns::rmgdatabase - conda-forge::cairo - conda-forge::cairocffi - conda-forge::ffmpeg diff --git a/.github/workflows/conda_build.yml b/.github/workflows/conda_build.yml index 5f72a8c57c..ed65704fd7 100644 --- a/.github/workflows/conda_build.yml +++ b/.github/workflows/conda_build.yml @@ -37,6 +37,7 @@ jobs: conda config --add channels rmg conda config --add channels cantera conda config --add channels conda-forge + conda config --add channels jacksonburns conda-build --token $CONDA_TOKEN --user rmg .conda - name: Test Binary Install with RMS run: |