-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4994976
commit fee84f2
Showing
3 changed files
with
25 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -253,6 +253,23 @@ Example | |
PYSEC-AAAA-BBBBB | ||
``` | ||
|
||
### `disable-pip` | ||
|
||
**Default**: `false` | ||
|
||
The `disable-pip` setting disable the use of `pip` for dependency resolution. This can only be used with | ||
hashed requirements files or if the `no-deps` setting has been provided. | ||
|
||
Example | ||
|
||
```yaml | ||
- uses: pypa/[email protected] | ||
with: | ||
inputs: requirements.lock | ||
disable-pip: true | ||
no-deps: true | ||
``` | ||
|
||
### Internal options | ||
<details> | ||
<summary>⚠️ Internal options ⚠️</summary> | ||
|
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