Skip to content

Commit

Permalink
conda-forge-ci: Do not install unneeded cdt packages (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jul 19, 2024
1 parent 342c5c9 commit f0eebdb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ jobs:
if: contains(matrix.os, 'ubuntu')
shell: bash -l {0}
run: |
conda install manifpy expat-cos6-x86_64 libselinux-cos6-x86_64 libxau-cos6-x86_64 libxcb-cos6-x86_64 \
libxdamage-cos6-x86_64 libxext-cos6-x86_64 libxfixes-cos6-x86_64 \
libxxf86vm-cos6-x86_64 mesalib mesa-libgl-cos6-x86_64 \
mesa-libgl-devel-cos6-x86_64
conda install manifpy mesa-libgl-devel-cos7-x86_64
- name: Windows-only Dependencies [Windows]
if: contains(matrix.os, 'windows')
Expand Down

0 comments on commit f0eebdb

Please sign in to comment.