Skip to content

Commit

Permalink
Bump durandtibo/pip-install-package-action from 0.3.0 to 0.3.1 (#330)
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Nov 13, 2024
1 parent ab15382 commit b61ca97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit b61ca97

Please sign in to comment.