Skip to content

Commit 56637b0

Browse files
committed
env variable removed
1 parent aaa8182 commit 56637b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ jobs:
101101
micromamba install -c /tmp/local-channel -c conda-forge ${{ env.PKG_NAME }}
102102
103103
- name: Verify the installation
104-
env:
105-
MPLBACKEND: Agg
106104
run: |
107105
conda_version=$(micromamba list "${{ env.PKG_NAME }}" | awk -v pkg="${{ env.PKG_NAME }}" '$1 == pkg { print $2 }')
108106
echo "Conda version: $conda_version"

0 commit comments

Comments
 (0)