-
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.
Bump durandtibo/pip-install-package-action from 0.3.0 to 0.3.1 (#330)
Bumps [durandtibo/pip-install-package-action](https://github.com/durandtibo/pip-install-package-action) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/durandtibo/pip-install-package-action/releases) - [Commits](durandtibo/pip-install-package-action@v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: durandtibo/pip-install-package-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ab15382
commit b61ca97
Showing
2 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -142,7 +142,7 @@ jobs: | |
pip install hya | ||
- name: Install valid package version | ||
uses: durandtibo/[email protected].0 | ||
uses: durandtibo/[email protected].1 | ||
with: | ||
package-name: 'omegaconf' | ||
package-version: ${{ matrix.omegaconf-version }} | ||
|
@@ -178,7 +178,7 @@ jobs: | |
pip install hya | ||
- name: Install valid package version | ||
uses: durandtibo/[email protected].0 | ||
uses: durandtibo/[email protected].1 | ||
with: | ||
package-name: 'braceexpand' | ||
package-version: ${{ matrix.braceexpand-version }} | ||
|
@@ -214,7 +214,7 @@ jobs: | |
pip install hya | ||
- name: Install valid package version | ||
uses: durandtibo/[email protected].0 | ||
uses: durandtibo/[email protected].1 | ||
with: | ||
package-name: 'numpy' | ||
package-version: ${{ matrix.numpy-version }} | ||
|
@@ -250,7 +250,7 @@ jobs: | |
pip install hya | ||
- name: Install valid package version | ||
uses: durandtibo/[email protected].0 | ||
uses: durandtibo/[email protected].1 | ||
with: | ||
package-name: 'torch' | ||
package-version: ${{ matrix.torch-version }} | ||
|
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
make install-all | ||
- name: Install valid package version | ||
uses: durandtibo/[email protected].0 | ||
uses: durandtibo/[email protected].1 | ||
with: | ||
package-name: 'omegaconf' | ||
package-version: ${{ matrix.omegaconf-version }} | ||
|
@@ -89,7 +89,7 @@ jobs: | |
make install-all | ||
- name: Install valid package version | ||
uses: durandtibo/[email protected].0 | ||
uses: durandtibo/[email protected].1 | ||
with: | ||
package-name: 'braceexpand' | ||
package-version: ${{ matrix.braceexpand-version }} | ||
|
@@ -142,7 +142,7 @@ jobs: | |
make install | ||
- name: Install valid package version | ||
uses: durandtibo/[email protected].0 | ||
uses: durandtibo/[email protected].1 | ||
with: | ||
package-name: 'numpy' | ||
package-version: ${{ matrix.numpy-version }} | ||
|
@@ -191,7 +191,7 @@ jobs: | |
make install-all | ||
- name: Install valid package version | ||
uses: durandtibo/[email protected].0 | ||
uses: durandtibo/[email protected].1 | ||
with: | ||
package-name: 'torch' | ||
package-version: ${{ matrix.torch-version }} | ||
|