Skip to content

Commit

Permalink
Add trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Aug 27, 2024
1 parent 4fcc7e4 commit 83678cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
echo "Rename conda-forge packages in requirements-full.txt"
# Replace "build" for "python-build"
sed -s --in-place 's/^build$/python-build' requirements-full.txt
sed -s --in-place 's/^build$/python-build/' requirements-full.txt
echo "Renamed dependencies:"
cat requirements-full.txt
Expand Down

0 comments on commit 83678cb

Please sign in to comment.