Skip to content

Commit

Permalink
Add capabilities to support multiple requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
TGWolf committed Jun 24, 2024
1 parent 808fe4d commit 96362c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ message: If you use this software, please cite it using these metadata.
title: Validate Citation File
abstract: Ensure that your CITATION.cff is valid.
type: software
version: 0.1.0
date-released: 2024-05-22
version: 0.1.1
date-released: 2024-06-24
repository-code: https://github.com/CICDToolbox/validate-citation
keywords:
- "Wolf Software"
Expand Down
2 changes: 1 addition & 1 deletion pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ function install_prerequisites()
fail "${CMD[*]}" "${errors}" true
exit "${EXIT_VALUE}"
fi
done < <(find . -name 'requirements.txt' -type f -not -path "./.git/*" | sed 's|^./||' | sort -Vf || true)
done < <(find . -name 'requirements*.txt' -type f -not -path "./.git/*" | sed 's|^./||' | sort -Vf || true)
fi
}

Expand Down

0 comments on commit 96362c5

Please sign in to comment.