Skip to content

Commit

Permalink
created separate job for testing macos
Browse files Browse the repository at this point in the history
  • Loading branch information
llegregam committed Jan 21, 2025
1 parent bfbdcf6 commit b97d437
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,18 @@ jobs:
pip install tox tox-gh-actions
- name: Test with tox
run: tox
test_macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
architecture: x64
- name: Install Dependencies
run:
python -m pip install --upgrade pip &&
pip install tox tox-gh-actions
- name: Test with tox
run: tox

0 comments on commit b97d437

Please sign in to comment.