Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay authored Mar 2, 2024
1 parent 12e25bb commit 8b1dfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
# Remove this package from constraints
PKG_NAME=$(pip list --local --editable --format json | jq '.[0].name' -r)
cp -a ${GITHUB_ACTION_PATH}/constraints{,-heads,-pins}.txt ./
grep -iv "^${PKG_NAME}@" constraints-heads.txt
sed -i'' -e "s/^${PKG_NAME}@.*//g" constraints-heads.txt
# Install dependencies, including any 'test' extras, as well as pytest-cov
python -m pip install -U -e .[test] pytest-cov -c constraints.txt
echo ::endgroup::
Expand Down

0 comments on commit 8b1dfaa

Please sign in to comment.