-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8122 from madhavajay/madhava/object_versioning2
Object Versioning v2
- Loading branch information
Showing
42 changed files
with
3,627 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,9 @@ jobs: | |
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
- name: Upgrade pip | ||
- name: Install pip packages | ||
run: | | ||
python -m pip install --upgrade --user pip | ||
python -m pip install --upgrade --user pip tox | ||
- name: Get pip cache dir | ||
id: pip-cache | ||
|
@@ -47,3 +47,7 @@ jobs: | |
${{ runner.os }}-pip-py${{ matrix.python-version }}- | ||
- uses: pre-commit/[email protected] | ||
|
||
- name: Check Protocol Version | ||
run: | | ||
tox -e syft.protocol.check |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.