Skip to content

Commit

Permalink
Add tests for homebrew python
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbarrett committed Feb 10, 2021
1 parent 138a485 commit 4f5742e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,19 @@ jobs:
- name: Run Tests
run: |
nox -e tests
homebrew:
name: homebrew-system-python
runs-on: macos-latest
steps:
- name: Install Python and Git
run: |
brew install python git
- name: Download Source
uses: actions/checkout@v2
- name: Install Testing Requirements
run: |
python3 -m pip install nox
- name: Run Tests
run: |
python3 -m nox -e tests

0 comments on commit 4f5742e

Please sign in to comment.