Skip to content

Commit

Permalink
CI: add macOS tests via Github Actions
Browse files Browse the repository at this point in the history
Fixes #229
  • Loading branch information
deeplow committed Jan 4, 2023
1 parent e645ddd commit 9cbf93d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ on:
jobs:
windows:
runs-on: windows-latest
env:
DUMMY_CONVERSION: True
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install poetry
- run: poetry install
- name: Run CLI tests
run: poetry run pytest -v

macOS:
runs-on: macos-latest
env:
DUMMY_CONVERSION: True
steps:
Expand Down

0 comments on commit 9cbf93d

Please sign in to comment.