Skip to content

Commit

Permalink
printing os info
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Feb 27, 2024
1 parent 46218ce commit a765923
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/osf_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Print OS Version
run: |
cat /etc/os-release
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit a765923

Please sign in to comment.