Skip to content

Commit

Permalink
rerun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Aug 30, 2024
1 parent 321acc6 commit b9b17aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
pytest-cpu:
name: ${{ matrix.name }}
runs-on: ubuntu-latest
container: ${{ matrix.container }}
strategy:
matrix:
include:
Expand All @@ -30,7 +31,6 @@ jobs:
uses: mosaicml/ci-testing/.github/actions/pytest-cpu@debug-2
with:
name: ${{ matrix.name }}
container: ${{ matrix.container }}
pip_deps: ${{ matrix.pip_deps }}
pytest_command: ${{ matrix.pytest_command }}
pytest_markers: ${{ matrix.markers }}
Expand Down

0 comments on commit b9b17aa

Please sign in to comment.