Skip to content

Commit

Permalink
Fix replacement line
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Aug 27, 2024
1 parent 926ef87 commit 4fcc7e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
run: |
echo "Rename conda-forge packages in requirements-full.txt"
# Replace "build" for "python-build"
sed -s 's/^build$/python-build'
sed -s --in-place 's/^build$/python-build' requirements-full.txt
echo "Renamed dependencies:"
cat requirements-full.txt
- name: Setup caching for conda packages
uses: actions/cache@v4
Expand Down

0 comments on commit 4fcc7e4

Please sign in to comment.