Skip to content

Commit

Permalink
add python shell in windows job
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsinghal87 committed Feb 22, 2024
1 parent f02b246 commit 81aa24d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ jobs:
echo $env:GITHUB_SHA
echo $env:GITHUB_REPOSITORY
echo $env:GITHUB_WORKSPACE
- name: Python shell
shell: python
run: |
import platform
print(platform.processor())

0 comments on commit 81aa24d

Please sign in to comment.