Skip to content

Commit

Permalink
Display system info in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott authored and bitterpanda63 committed Jan 8, 2025
1 parent e89ca24 commit f42ef6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/smoke-test-ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
python-version: 3.12

- name: Display system info
run: |
python -c "import platform; print(f'Machine architecture: {platform.machine()}')"
python -c "import platform; print(f'OS: {platform.system()}')"
- name: Install mysql
if: runner.os == 'macOS'
run: brew install mysql
Expand Down

0 comments on commit f42ef6d

Please sign in to comment.