Skip to content

Commit

Permalink
run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Dec 5, 2024
1 parent d7959fb commit b9a2f39
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,12 @@ jobs:

- uses: Vampire/setup-wsl@v4
- run: |
npm ci
npm run build
npm run package
ls
python -V
python -m venv venv
source venv/bin/activate
pip install .
python tests/os.py
gpu:
runs-on: self-hosted
Expand Down

0 comments on commit b9a2f39

Please sign in to comment.