Skip to content

Commit

Permalink
Fix redirect command to create new requirements.<pkg>.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Feb 25, 2025
1 parent 5f3e91a commit 8e6d159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_install_locally.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Create requirements file
run: |
echo "create new requirements.txt without gfal dependencies for CI/CD"
cat requirements.txt | egrep -v "gfal" requirements.${{ matrix.target }}.txt
cat requirements.txt | egrep -v "gfal" > requirements.${{ matrix.target }}.txt
awk "/(${{ matrix.target }}$)|(${{ matrix.target }},)/ {print \$1}" requirements.${{ matrix.target }}.txt > requirements.txt
- name: Build sdist and wheels
Expand Down

0 comments on commit 8e6d159

Please sign in to comment.