Skip to content

Commit

Permalink
use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Dec 5, 2024
1 parent c1c3901 commit b1823c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
- shell: wsl-bash -u root {0}
run: |
ls
python -V
python -m venv venv
python3 -V
python3 -m venv venv
source venv/bin/activate
pip install .
python tests/os.py
Expand Down

0 comments on commit b1823c2

Please sign in to comment.