Skip to content

Commit

Permalink
ues wsl-bash
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Dec 5, 2024
1 parent 9be31bc commit c1c3901
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,15 @@ jobs:
- uses: actions/checkout@v4

- uses: Vampire/setup-wsl@v4
- run: |
ls
python -V
python -m venv venv
source venv/bin/activate
pip install .
python tests/os.py

- shell: wsl-bash -u root {0}
run: |
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 c1c3901

Please sign in to comment.