We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa8182 commit 56637b0Copy full SHA for 56637b0
.github/workflows/test_and_deploy.yml
@@ -101,8 +101,6 @@ jobs:
101
micromamba install -c /tmp/local-channel -c conda-forge ${{ env.PKG_NAME }}
102
103
- name: Verify the installation
104
- env:
105
- MPLBACKEND: Agg
106
run: |
107
conda_version=$(micromamba list "${{ env.PKG_NAME }}" | awk -v pkg="${{ env.PKG_NAME }}" '$1 == pkg { print $2 }')
108
echo "Conda version: $conda_version"
0 commit comments