Skip to content

Commit

Permalink
show all names
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Dec 5, 2024
1 parent 10bdeff commit b600fb1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ jobs:
- name: test os
shell: wsl-bash -u root {0}
run: |
echo 1
cat /etc/os-release
echo 2
lsb_release -d
echo 3
hostnamectl
echo 4
cat /etc/issue
python3 -m venv venv
source venv/bin/activate
pip install .
Expand Down

0 comments on commit b600fb1

Please sign in to comment.