Skip to content

Commit

Permalink
Merge pull request #12274 from vkuznet/followup-setuptools-fix2
Browse files Browse the repository at this point in the history
Fix redirect command to create new requirements.<pkg>.txt
  • Loading branch information
vkuznet authored Feb 25, 2025
2 parents 5f3e91a + 8e6d159 commit bc11ded
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 bc11ded

Please sign in to comment.