Skip to content

Commit

Permalink
Remove cctools patch from feedstock in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Sep 12, 2024
1 parent a261cd4 commit a6cf86e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
cd micromamba-feedstock/
sed -i '' 's/libcurl >=8.4.0/libcurl >=8.4.0,<8.10/g' recipe/meta.yaml
sed -i '' 's/libcurl-static >=8.4.0/libcurl-static >=8.4.0,<8.10/g' recipe/meta.yaml
- name: remove cctools patch
run: |
cd micromamba-feedstock/
sed -i '31d' recipe/meta.yaml
- name: Pin libcurl
if: ${{ matrix.platform == 'linux' }}
run: |
Expand Down

0 comments on commit a6cf86e

Please sign in to comment.