-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix type hints for _parse_requirement() (#92)
- Loading branch information
1 parent
f4a0f1f
commit 5a96946
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# tests that dfg rejects a config where 'pip:' in a conda requirements is a single string | ||
# (it should always be an array of packages) | ||
files: | ||
build: | ||
output: conda | ||
includes: | ||
- build | ||
channels: | ||
- rapidsai | ||
- conda-forge | ||
dependencies: | ||
build: | ||
common: | ||
- output_types: [conda] | ||
packages: | ||
- beep-boop=1.2.3 | ||
- pip | ||
- pip: pandas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters