Skip to content

Commit

Permalink
Remove -s option
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Sep 4, 2024
1 parent c636087 commit 4dfcaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,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 --in-place 's/^build$/python-build/' requirements-full.txt
echo "Renamed dependencies:"
cat requirements-full.txt
Expand Down

0 comments on commit 4dfcaf7

Please sign in to comment.