Skip to content

Commit

Permalink
Rename build for python-build in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Aug 27, 2024
1 parent 984dd44 commit 926ef87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ jobs:
echo "Collected dependencies:"
cat requirements-full.txt
- name: Rename conda-forge packages
run: |
echo "Rename conda-forge packages in requirements-full.txt"
# Replace "build" for "python-build"
sed -s 's/^build$/python-build'
- name: Setup caching for conda packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 926ef87

Please sign in to comment.