Skip to content

Commit

Permalink
see what the platforms are
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Oct 19, 2024
1 parent 68b5fb5 commit 9211c61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/osx-ubuntu-manual-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: check my platform
shell: bash -l {0}
run: |
uname -a
uname -m
- name: Install miniconda
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 9211c61

Please sign in to comment.