Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Mar 21, 2024
1 parent 827bb19 commit c36d3e1
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
code-quality:
uses: mosaicml/ci-testing/.github/actions/code-quality.yaml@v0.0.4
runs-on: ubuntu-20.04
strategy:
matrix:
python_version:
Expand All @@ -17,9 +17,19 @@ jobs:
- "3.11"
pip_deps:
- "[dev]"
with:
python_version: ${{ matrix.python_version }}
pip_deps: ${{ matrix.pip_deps }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Get composite run steps repository
uses: actions/checkout@v3
with:
repository: mosaicml/ci-testing
ref: v0.0.4
path: ./ci-testing
- uses: ./ci-testing/.github/actions/code-quality
with:
python_version: ${{ matrix.python_version }}
pip_deps: ${{ matrix.pip_deps }}

pypi-packaging:
name: Build and Publish mosaicml PyPI Package
Expand Down

0 comments on commit c36d3e1

Please sign in to comment.