Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Feb 1, 2024
1 parent 48b62b7 commit b8ab370
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/example-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- name: Run mamba
shell: bash -el {0}
run: mamba --version
- name: Check arm64
shell: bash -el {0}
run: python -c "import platform; assert platform.machine() == 'arm64', platform.machine()"
example-13-2:
# prevent cronjobs from running on forks
if:
Expand Down Expand Up @@ -89,3 +92,6 @@ jobs:
- name: Run mamba
shell: bash -el {0}
run: mamba --version
- name: Check arm64
shell: bash -el {0}
run: python -c "import platform; assert platform.machine() == 'arm64', platform.machine()"

0 comments on commit b8ab370

Please sign in to comment.