forked from sigstore/model-transparency
-
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.
renaming macos to Darwin (sigstore#183)
* renaming macos to Darwin Signed-off-by: greg pereira <[email protected]> * fixing github workflows for Darwin name change Signed-off-by: greg pereira <[email protected]> * adding validate deps workflow chagnes Signed-off-by: greg pereira <[email protected]> * fixing runs on for unit-tests Signed-off-by: greg pereira <[email protected]> --------- Signed-off-by: greg pereira <[email protected]>
- Loading branch information
1 parent
087b386
commit 66c46cb
Showing
8 changed files
with
60 additions
and
25 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
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
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ git clone [email protected]:sigstore/model-transparency.git | |
cd model-transparency/model_signing | ||
python3 -m venv test_env | ||
source test_env/bin/activate | ||
os=Linux # Supported: Linux, Windows, macOS. | ||
os=Linux # Supported: Linux, Windows, Darwin. | ||
python3 -m pip install --require-hashes -r "install/requirements_${os}".txt | ||
``` | ||
|
||
|
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
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