Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WSL support #58

Merged
merged 16 commits into from
Dec 5, 2024
Prev Previous commit
Next Next commit
remove lsb_release
  • Loading branch information
CSY-ModelCloud committed Dec 5, 2024
commit 0fa41529a6d15921f3fbf77d870a2616b6ed529f
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
run: |
echo 1
cat /etc/os-release
echo 2
lsb_release -d
#echo 2
#lsb_release -d
echo 3
hostnamectl
echo 4
Expand Down
Loading