Skip to content

Commit

Permalink
chore: fix merge issue in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hparfr authored Feb 18, 2025
1 parent 9dc624f commit 3a799ed
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,6 @@ on:
- "14.0-ocabot-*"

jobs:
<<<<<<< before updating
=======
unreleased-deps:
runs-on: ubuntu-latest
name: Detect unreleased dependencies
steps:
- uses: actions/checkout@v4
- run: |
for reqfile in requirements.txt test-requirements.txt ; do
if [ -f ${reqfile} ] ; then
result=0
# reject non-comment lines that contain a / (i.e. URLs, relative paths)
grep "^[^#].*/" ${reqfile} || result=$?
if [ $result -eq 0 ] ; then
echo "Unreleased dependencies found in ${reqfile}."
exit 1
fi
fi
done
>>>>>>> after updating
test:
runs-on: ubuntu-22.04
container: ${{ matrix.container }}
Expand Down

0 comments on commit 3a799ed

Please sign in to comment.