Skip to content

Commit

Permalink
Fix versioned gpu test bug (#12)
Browse files Browse the repository at this point in the history
* Fix versioned gpu test bug

* Add README.md with release instructions
  • Loading branch information
b-chu authored Jun 27, 2024
1 parent a615baf commit b3440dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "mosaicml/ci-testing"
ref: "v0.0.8"
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ci-testing
This repository contains code for CI/CD and testing of MosaicML repos including [Composer](https://github.com/mosaicml/composer) and [Foundry](https://github.com/mosaicml/llm-foundry).

# Release Instructions
Update the version in `.github/workflows/pytest-gpu.yaml` when releasing a new version of `mosaicml/ci-testing`.

0 comments on commit b3440dc

Please sign in to comment.