diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0312026..96a6d2f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,8 +29,8 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml - - build_conda_package: + + test_conda_package_install: runs-on: ubuntu-latest @@ -41,7 +41,9 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: python-version: '3.9' - - name: Test conda build + - name: Test conda package install run: | conda install conda-build - conda build -c conda-forge -c accessnri -c coecms . \ No newline at end of file + conda build -c conda-forge -c accessnri -c coecms . + conda install --no-channel-priority -c conda-forge -c accessnri -c coecms -c local benchcab + benchcab --version \ No newline at end of file